Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quix.io to "Stream Processing Tools" #138

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 20, 2023

  1. Update README.md

    merlin-lacuna committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d8f5c71 View commit details
    Browse the repository at this point in the history
  2. Add Quix Streams (stream processing w Kafka)

    Quix is a powerful stream processing and model serving platform with an integrated Python IDE and client library. The platform was developed at McLaren for running physics models on huge sensor data streams from F1 racing cars but is also useful for anyone who wants to apply ML to sensor data or any other high-frequency time-series data.
    
    Useful Links:
    - [Run an ML model in a real-time environment — Quix Docs](https://docs.quix.io/platform/tutorials/train-and-deploy-ml/deploy-ml.html)
    - [A quick guide to real-time machine learning — Quix Blog](https://www.quix.io/blog/real-time-machine-learning-quick-guide/)
    - [The Quix Streams client library](https://github.com/quixio/quix-streams)
    
    ## What's the difference between this tool and similar ones?
    
    * Under the hood, it uses managed versions of Apache Kafka, Kubernetes, and Docker to abstract away much of the operational complexity involved in deploying ML models.
    * Natively supports Python which means ML engineers and data scientists can port code directly from Jupyter notebooks and local IDEs into the Quix development environment.
    * Python projects can be deployed as serverless functions with a couple of clicks using the Quix Platform UI.
    * Includes an open-source [Quix Streams](https://github.com/quixio/quix-streams) client library for processing streams of time-series data (can also stream data from a local CSV file).
    merlin-lacuna committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    11c1a69 View commit details
    Browse the repository at this point in the history