absmach / fluxmq

High-preformance scalable MQTT broker written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FluxMQ

FluxMQ is simple, fast and lean MQTT broker made for the purposes of Mainflux IoT Platform.

FluxMQ is built to be HA and FT, network partition tolerable and scales horizontaly via RAFT protocol and gPRC comm.

Still in early prototype mode, being built on existing mProxy base.

Usage

go get github.com/mainflux/fluxmq
cd $(GOPATH)/github.com/mainflux/fluxmq
make
./fluxmq

Deployment

TBD

License

Apache-2.0

About

High-preformance scalable MQTT broker written in Go

License:Apache License 2.0


Languages

Language:Go 99.1%Language:Makefile 0.9%