/stopover

A simple and robust message broker built on top of RocksDB

Primary LanguagePythonApache License 2.0Apache-2.0

Stopover Logo

Stopover - A simple and robust message broker built on top of RocksDB

Downloads PyPi GitHub releases License

Buy Me A Coffee

Initialize the data dir

mkdir -p ./data/streams
touch ./data/streams/.active

Start the server

docker-compose

docker-compose up -d

Python

python3 -m stopover_server