rbeeli / StreamOps.jl

Composable operations for efficient online processing of realtime data streams using directed graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamOps.jl

Composable operations for efficient online processing of heterogeneous data streams.

Background

Real-time data processing is a common requirement in many applications such as IoT, monitoring and telemetry systems, streaming analytics, financial trading, etc. In these applications, data is continuously generated and needs to be processed in real-time to extract insights or make decisions.

Ideally, algorithms processing contiunous data streams are able to process data as it arrives using efficient online algorithms. Online algorithms update their state with each new data point and do not require the entire dataset to be loaded into memory. An update usually consists of a single data point, which is processed in constant time in the best case.

About

Composable operations for efficient online processing of realtime data streams using directed graphs.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 80.0%Language:Julia 19.4%Language:Python 0.5%Language:R 0.1%