All Projects → python-streamz → Streamz

python-streamz / Streamz

Licence: other
Real-time stream processing for python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Streamz

transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-97.84%)
Mutual labels:  real-time, streaming-data
Pysad
Streaming Anomaly Detection Framework in Python (Outlier Detection for Streaming Data)
Stars: ✭ 87 (-90.58%)
Mutual labels:  streaming-data, real-time
Swim
Distributed software platform for building stateful, massively real-time streaming applications.
Stars: ✭ 368 (-60.17%)
Mutual labels:  streaming-data, real-time
Drone
CLI utility for Drone, an Embedded Operating System.
Stars: ✭ 114 (-87.66%)
Mutual labels:  async, real-time
Drone Core
The core crate for Drone, an Embedded Operating System.
Stars: ✭ 263 (-71.54%)
Mutual labels:  async, real-time
Example Hftish
Example Order Book Imbalance Algorithm
Stars: ✭ 355 (-61.58%)
Mutual labels:  async, real-time
Sparta
Real Time Analytics and Data Pipelines based on Spark Streaming
Stars: ✭ 513 (-44.48%)
Mutual labels:  streaming-data, real-time
Kotlin Coroutines Retrofit
Kotlin Coroutines await() extension for Retrofit Call
Stars: ✭ 812 (-12.12%)
Mutual labels:  async
Foxcross
AsyncIO serving for data science models
Stars: ✭ 18 (-98.05%)
Mutual labels:  async
Parallec
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Stars: ✭ 777 (-15.91%)
Mutual labels:  async
Recoil
Asynchronous coroutines for PHP 7.
Stars: ✭ 765 (-17.21%)
Mutual labels:  async
Radar
实时风控引擎(Risk Engine),自定义规则引擎(Rule Script),完美支持中文,适用于反欺诈(Anti-fraud)应用场景,开箱即用!!!移动互联网时代的风险管理利器,你 Get 到了吗?
Stars: ✭ 781 (-15.48%)
Mutual labels:  real-time
Http static
File serving using tower web
Stars: ✭ 18 (-98.05%)
Mutual labels:  async
Netcoreserver
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 799 (-13.53%)
Mutual labels:  async
Then
🎬 Tame async code with battle-tested promises
Stars: ✭ 908 (-1.73%)
Mutual labels:  async
Klein
werkzeug + twisted.web
Stars: ✭ 770 (-16.67%)
Mutual labels:  async
Forge Server Utils
Tools for accessing Autodesk Forge APIs from modern Node.js apps.
Stars: ✭ 23 (-97.51%)
Mutual labels:  async
Sketch Chat
A Sketch plugin to chat in Sketch Cloud files
Stars: ✭ 20 (-97.84%)
Mutual labels:  real-time
Node Procedural Async
Write procedural style code that runs asynchronously. It may look synchronous, but it's not!
Stars: ✭ 17 (-98.16%)
Mutual labels:  async
Jeelizweboji
JavaScript/WebGL real-time face tracking and expression detection library. Build your own emoticons animated in real time in the browser! SVG and THREE.js integration demos are provided.
Stars: ✭ 835 (-9.63%)
Mutual labels:  real-time

Streamz

|Build Status| |Doc Status| |Version Status| |RAPIDS custreamz gpuCI|

Streamz helps you build pipelines to manage continuous streams of data. It is simple to use in simple cases, but also supports complex pipelines that involve branching, joining, flow control, feedback, back pressure, and so on.

Optionally, Streamz can also work with both Pandas <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html>_ and cuDF <https://docs.rapids.ai/api/cudf/stable/>_ dataframes, to provide sensible streaming operations on continuous tabular data.

To learn more about how to use Streamz see documentation at streamz.readthedocs.org <https://streamz.readthedocs.org>_.

LICENSE

BSD-3 Clause

.. |Build Status| image:: https://github.com/python-streamz/streamz/workflows/CI/badge.svg :target: https://github.com/python-streamz/streamz/actions .. |Doc Status| image:: http://readthedocs.org/projects/streamz/badge/?version=latest :target: http://streamz.readthedocs.org/en/latest/ :alt: Documentation Status .. |Version Status| image:: https://img.shields.io/pypi/v/streamz.svg :target: https://pypi.python.org/pypi/streamz/ .. |RAPIDS custreamz gpuCI| image:: https://img.shields.io/badge/gpuCI-custreamz-green :target: https://github.com/jdye64/cudf/blob/kratos/python/custreamz/custreamz/kafka.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].