Skip to content

api-evangelist/quix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quix (quix)

Quix is a Python-native stream-processing platform for real-time data and ML. It pairs Quix Streams - an open source (Apache 2.0) Python library for building containerized stream-processing applications on Apache Kafka - with Quix Cloud, a fully managed platform offering managed Kafka, Kubernetes deployments, and a set of HTTP and SignalR/WebSocket APIs for writing data in, reading data out in real time, and managing workspaces, topics, and deployments.

APIs.json: https://raw.githubusercontent.com/api-evangelist/quix/refs/heads/main/apis.yml

Tags

  • Stream Processing
  • Real Time
  • Kafka
  • Python
  • Streaming Data

Timestamps

  • Created: 2026-06-21
  • Modified: 2026-06-21

APIs

Quix Streaming Writer API

Write time-series parameter data, events, and definitions into Quix topics over HTTP REST (or SignalR), an alternative to the Quix Streams SDK for any HTTP-capable language. Authenticated with a Personal Access Token (PAT) bearer token.

Tags

  • Streaming
  • Writer
  • Ingest
  • HTTP

Properties

Quix Streaming Reader API (Real-time)

Subscribe to live parameter data, events, definitions, active streams, topic metrics, and raw packages from Quix topics in real time over a Microsoft SignalR hub (WebSockets, with Long Polling fallback). Authenticated with a PAT via accessTokenFactory.

Tags

  • Streaming
  • Reader
  • Real Time
  • SignalR
  • WebSocket

Properties

Quix Portal API (Management)

Account-wide HTTP REST API to automate and monitor Quix Cloud infrastructure - workspaces, topics, deployments, and persistent data - as an alternative to the Quix portal UI and CLI. Authenticated with a PAT bearer token.

Tags

  • Management
  • Portal
  • Automation

Properties

Quix Topics & Deployments API

The topic- and deployment-management surface of the Portal API - create, list, update, and delete Kafka topics and manage the lifecycle (start, stop, status) of pipeline service deployments in a workspace.

Tags

  • Topics
  • Deployments
  • Infrastructure

Properties

Quix Streams (Open Source)

Apache 2.0 open source Python library (pip install quixstreams) for building containerized stream-processing applications on Apache Kafka, using a declarative StreamingDataFrame and an Application runtime with windowing, stateful processing, streaming joins, and sources/sinks. Requires Python 3.9+; not a hosted API - included here as the OSS foundation of the platform.

Tags

  • Open Source
  • Python
  • Kafka
  • Library

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors