Skip to content

itspage/storm-drpc-client-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storm DRPC Client

Storm DPRC Client provides a python clone of the backtype.storm.utils.DRPCClient class shipped along with the standard storm stream processing package by nathanmarz found here. You may find it helpful for establishing connections to and executing remote procedure calls on a running storm DRPC server.

Typical usage:

from storm.drpc import DRPCClient

c = DRPCClient("my.drpc.host", 3772)
c.execute("wordcounts", "jabberwocky")

Storm DRPC Client inherits the Eclipse Public License from the original storm project.

Contributors

Thrift generated classes by nathanmarz.
Python DRPCClient clone class by strongh.
Repackaging for PyPI by mahall.

About

Simple wrapper and package for the python DRPC client that comes with storm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%