Giter Site home page Giter Site logo

justcodebase / streamops.jl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rbeeli/streamops.jl

0.0 0.0 0.0 104 KB

Composable streaming operations for efficient online processing of data streams.

License: Apache License 2.0

Julia 59.00% Jupyter Notebook 41.00%

streamops.jl's Introduction

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.

streamops.jl's People

Contributors

rbeeli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.