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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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