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

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

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