File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
|Build Status |
4
4
5
+ |Docs Status |
6
+
5
7
Streamparse lets you run Python code against real-time streams of data via
6
8
Apache Storm. With streamparse you can create Storm bolts and spouts in
7
9
Python without having to write a single line of Java. It also provides handy
@@ -60,6 +62,10 @@ Roadmap
60
62
See the `Roadmap <https://github.com/Parsely/streamparse/wiki/Roadmap >`__.
61
63
62
64
.. |logo | image :: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/streamparse-logo.png
63
- .. |Build Status | image :: https://travis-ci.org/Parsely/streamparse.svg?branch=master
64
- :target: https://travis-ci.org/Parsely/streamparse
65
+ .. |Build Status | image :: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg
66
+ :target: https://github.com/pystorm/streamparse/actions/workflows/test.yml
67
+ :alt: Build Status
68
+ .. |Docs Status | image :: https://readthedocs.org/projects/streamparse/badge/?version=stable
69
+ :target: https://streamparse.readthedocs.io/en/stable/?badge=stable
70
+ :alt: Documentation Status
65
71
.. |Demo | image :: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/quickstart.gif
Original file line number Diff line number Diff line change 9
9
streamparse lets you run Python code against real-time streams of data.
10
10
Integrates with Apache Storm.
11
11
12
- .. image :: https://travis-ci.org/Parsely/streamparse.svg?branch=master
13
- :target: https://travis-ci.org/Parsely/streamparse
12
+ .. |Build Status | image :: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg
13
+ :target: https://github.com/pystorm/streamparse/actions/workflows/test.yml
14
+ :alt: Build Status
15
+ .. |Docs | image :: https://readthedocs.org/projects/streamparse/badge/?version=stable
16
+ :target: https://streamparse.readthedocs.io/en/stable/?badge=stable
17
+ :alt: Documentation Status
14
18
15
19
.. toctree ::
16
20
:maxdepth: 1
You can’t perform that action at this time.
0 commit comments