An open API service indexing awesome lists of open source software.

https://github.com/labteral/stopover

A simple and robust message broker built on top of RocksDB
https://github.com/labteral/stopover

message-broker message-driven message-handler message-queue

Last synced: 6 months ago
JSON representation

A simple and robust message broker built on top of RocksDB

Awesome Lists containing this project

README

        


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
```bash
mkdir -p ./data/streams
touch ./data/streams/.active
```

# Start the server
## docker-compose
```bash
docker-compose up -d
```
## Python
```bash
python3 -m stopover_server
```