Do your PubSub communications like a Beehive!
Gather your Bees, split them in groups, define what they do, and command them like a Queen Bee!
Use your code both as a PubSub server and client, enable auto-discovery for bees to find their beehive,
or use an external system as your Beehive (Redis currently supported, more to come).
Go ahead! Get your 🐝🐝🐝 to work!
bash
pip install eventhive
Redis support:
bash
pip install eventhive[redis]
To develop / run the tests:
bash
pip install eventhive[redis,dev]