PyleusPyleus is a Python 2.6+ framework for developing and launching Apache Storm topologies.
Please visit our documentation.
masterdevelop

AboutPyleus is a framework for building Apache Storm topologies in idiomatic Python.
With Pyleus you can:
- define a topology with a simple YAML file
- have dependency management with a requirements.txt file
- run faster thanks to Pyleus’ MessagePack based serializer
- pass options to your components directly from the YAML file
- use the Kafka spout built into Storm with only a YAML change