https://github.com/pystorm/pystorm
Battle-tested Apache Storm Multi-Lang implementation for Python
https://github.com/pystorm/pystorm
apache-storm python storm
Last synced: about 1 year ago
JSON representation
Battle-tested Apache Storm Multi-Lang implementation for Python
- Host: GitHub
- URL: https://github.com/pystorm/pystorm
- Owner: pystorm
- License: apache-2.0
- Created: 2015-10-01T15:57:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T02:49:45.000Z (about 4 years ago)
- Last Synced: 2025-04-13T05:03:49.710Z (about 1 year ago)
- Topics: apache-storm, python, storm
- Language: Python
- Size: 1.23 MB
- Stars: 70
- Watchers: 12
- Forks: 14
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|logo| |Build Status| |Coverage|
Pystorm lets you run Python code against real-time streams of data via
Apache Storm. With pystorm you can create Storm bolts and spouts in
Python without having to write a single line of Java. It is meant to be used
under-the-hood by Storm Python libraries that will provide the command-line
tools for actually building/submitting the topologies (e.g.,
`streamparse `_).
Documentation
-------------
* `HEAD `_
* `Stable `_
Contributors
------------
Alphabetical, by last name:
- Dan Blanchard (`@dsblanch `__)
- Keith Bourgoin (`@kbourgoin `__)
- Arturo Filastò (`@hellais `__)
- Jeffrey Godwyll (`@rey12rey `__)
- Daniel Hodges (`@hodgesds `__)
- Wieland Hoffmann (`@mineo `__)
- Tim Hopper (`@tdhopper `__)
- Omer Katz (`@thedrow `__)
- Aiyesha Ma (`@Aiyesha `__)
- Andrew Montalenti (`@amontalenti `__)
- Rohit Sankaran (`@roadhead `__)
- Viktor Shlapakov (`@vshlapakov `__)
- Mike Sukmanowsky (`@msukmanowsky `__)
- Cody Wilbourn (`@codywilbourn `__)
- Antonio Uccio Verardi (`@poros `__)
- Curtis Vogt (`@omus `__)
.. |Build Status| image:: https://travis-ci.org/pystorm/pystorm.svg?branch=master
:target: https://travis-ci.org/pystorm/pystorm
.. |logo| image:: https://raw.githubusercontent.com/pystorm/pystorm/master/doc/source/images/logo.png
.. |Coverage| image:: https://coveralls.io/repos/github/pystorm/pystorm/badge.svg?branch=master
:target: https://coveralls.io/github/pystorm/pystorm?branch=master