Ganben / raftgm

study project for raft and bc mining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Aaron Cao

deps

python packages

pip install -U Celery # the message queue service/client for node to

pip install raftos # the consensus protocol for distri KV to

pip install snakemq # replace Celery/RabbitMQ DOC

pip install paho-mqtt # another mq solution

pip install hbmqtt # another mq/mqtt client/broker solution

system envs

Erlang Win # for RabbitMQ runtime

RabbitMQ Win # for Celery backends

MQTT:Mosquitto: [Ubuntu] https://mosquitto.org/download/ https://mosquitto.org/download/ apt install mosquitto

About

study project for raft and bc mining


Languages

Language:Python 100.0%