Skip to content

A simple and robust message broker built on top of RocksDB

License

Notifications You must be signed in to change notification settings

labteral/stopover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7eee2e2 · Aug 16, 2023
Aug 16, 2023
Jun 15, 2021
Jan 10, 2023
Sep 22, 2021
Jan 26, 2021
May 13, 2020
Jun 15, 2021

Repository files navigation

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