mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #2358] [CLOSED] Add Quix Streams (stream processing w Kafka) #13117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2358
Author: @merlin-lacuna
Created: 2/20/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
94e0579Add Quix Streams (stream processing w Kafka)📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Quix Streams is a library for developing real-time streaming applications focused on time-series data and high-performance. It was developed at McLaren for processing huge sensor data streams from F1 racing cars, and is designed to be used for high-frequency telemetry services when you need to process high volumes of time-series data with up to nanosecond precision. It uses a message broker such as Apache Kafka (instead of a database) so you can process time-series data with high performance and resource savings.
Using Quix Streams, you can:
What's the difference between this Python project and similar ones?
What's distinct about Quix Streams is its processing API—although it’s a client library, it’s incredibly powerful.
ParameterData(for time-series data) andEventData, buffering and state management for rolling window calculations, serialization support for video and audio streams, and more.Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.