Categorygithub.com/mainflux/fluxmq
repositorypackage
0.0.0-20201019211812-fc90c2c81c0c
Repository: https://github.com/mainflux/fluxmq.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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