Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.38 KB

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