Code Monkey home page Code Monkey logo

linktree_core's Introduction

linkTree-core

一个智能家居私有化管理系统,mqtt的消息中间件使用emqx
项目希望部署简单依赖少所以不考虑使用kafka和InfluxDB,可以考虑插件化添加

Prerequisites

  • It supports go 1.19+

emqx的连接

exhook连接设置grpc进程池为1000(添加对速度没有影响)

平均13000条/秒的速率,不使用exhook时6-7w条每秒的速率

Install

go mod tidy

Run

go run main.go start -c ./ -l ./logs

build

使用gox对项目进行构建分包

gox -os "linux windows darwin" -arch "amd64 arm arm64" -verbose -output "./deploy/build/{{.OS}}_{{.Arch}}/linktree_ctl"

linktree_core's People

Contributors

dl-nest avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.