diff options
author | feld <feld@FreeBSD.org> | 2016-11-03 08:25:34 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-11-03 08:25:34 +0800 |
commit | 20053ed88dfaa66ffb33439d858fa5ce8bae4e89 (patch) | |
tree | d274cebe2af2e1f44b7147a3d8d7540aa2d8e280 /devel/Makefile | |
parent | 4b714f5e119693f136e8560074ea62b07a6e56f7 (diff) | |
download | freebsd-ports-gnome-20053ed88dfaa66ffb33439d858fa5ce8bae4e89.tar.gz freebsd-ports-gnome-20053ed88dfaa66ffb33439d858fa5ce8bae4e89.tar.zst freebsd-ports-gnome-20053ed88dfaa66ffb33439d858fa5ce8bae4e89.zip |
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 and pyleus).
WWW: https://github.com/pystorm/pystorm
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f449ee9982b9..d1b0f9b4d914 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4419,6 +4419,7 @@ SUBDIR += py-pyrfc3339 SUBDIR += py-pyro SUBDIR += py-pyshapelib + SUBDIR += py-pystorm SUBDIR += py-pyte SUBDIR += py-pytemplate SUBDIR += py-pytest |