Skip to main content

Simple pythonic interface around thrift-generated DRPC client.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

storm-drpc-client-0.1.1.tar.gz (23.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page