Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 529 Bytes

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