awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesStreaming SQL

Engines that allow querying data streams using SQL syntax.

Explore 10 awesome GitHub repositories matching part of an awesome list · Streaming SQL. Refine with filters or upvote what's useful.

Awesome Streaming SQL GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apache/flinkAvatar von apache

    apache/flink

    26,086Auf GitHub ansehen↗

    Apache Flink is a distributed processing engine designed for both high-throughput, low-latency data streams and finite batch workloads. It functions as a stateful stream processor and a SQL stream processing engine, providing a unified runtime to execute relational queries and event-based transformations. The system is distinguished by its ability to manage persistent operator state to ensure exactly-once processing guarantees and consistency during failures. It features specialized capabilities for complex event processing to detect temporal patterns and handles out-of-order events using eve

    Provides a SQL interface for executing relational queries and table-based transformations on live data streams.

    Java
    Auf GitHub ansehen↗26,086
  • arroyosystems/arroyoAvatar von ArroyoSystems

    ArroyoSystems/arroyo

    4,819Auf GitHub ansehen↗

    Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming data with event-time semantics, enabling accurate windowed aggregations, joins, and stateful computations on unbounded event streams. The platform uses native Rust execution for high throughput and low latency, with periodic checkpointing for exactly-once fault tolerance and horizontal scaling across distributed workers. The system integrates deeply with Kafka for reading and writing topics with exactly-once delivery and supports change data capture (CDC) from MySQL and Postg

    Translates SQL queries with streaming extensions into an optimized dataflow plan that runs continuously on unbounded data.

    Rustdatadata-stream-processingdev-tools
    Auf GitHub ansehen↗4,819
  • pipelinedb/pipelinedbAvatar von pipelinedb

    pipelinedb/pipelinedb

    2,663Auf GitHub ansehen↗

    High-performance time-series aggregation for PostgreSQL

    Relational database for continuous SQL queries on streams.

    C
    Auf GitHub ansehen↗2,663
  • timeplus-io/protonAvatar von timeplus-io

    timeplus-io/proton

    2,215Auf GitHub ansehen↗

    ⚡ Fastest SQL ETL pipeline in a single C++ binary, built for stream processing, observability, analytics and AI/ML

    Unified streaming and historical data analytics database.

    C++
    Auf GitHub ansehen↗2,215
  • zhp8341/flink-streaming-platform-webAvatar von zhp8341

    zhp8341/flink-streaming-platform-web

    1,859Auf GitHub ansehen↗

    Flink streaming platform web is an administrative management platform and web console designed to build, configure, deploy, and monitor real-time data streaming pipelines and SQL queries. It operates as a centralized web interface for managing stream processing tasks, state recovery, and cluster deployments without requiring raw code writing. The platform provides comprehensive stream processing capabilities including change data capture ingestion, stream-table joins, tumbling and sliding window aggregations, and message queue ingestion. It supports cluster-agnostic job submission, dynamic cl

    Builds and manages real-time stream processing tasks entirely through web-based SQL configurations and syntax tools.

    Javaflinkflink-sqlsql
    Auf GitHub ansehen↗1,859
  • siddhi-io/siddhiAvatar von siddhi-io

    siddhi-io/siddhi

    1,587Auf GitHub ansehen↗

    Stream Processing and Complex Event Processing Engine

    Engine for streaming and complex event processing.

    Java
    Auf GitHub ansehen↗1,587
  • confluentinc/ksqlAvatar von confluentinc

    confluentinc/ksql

    305Auf GitHub ansehen↗

    The database purpose-built for stream processing applications.

    Cloud-native database for stream processing applications.

    Java
    Auf GitHub ansehen↗305
  • epfldata/squallAvatar von epfldata

    epfldata/squall

    273Auf GitHub ansehen↗

    A streaming / online query processing / analytics engine based on Apache Storm

    SQL query execution engine for Storm.

    Java
    Auf GitHub ansehen↗273
  • laminardb/laminardbAvatar von laminardb

    laminardb/laminardb

    38Auf GitHub ansehen↗

    Open-source streaming SQL engine written in Rust using Apache Arrow and DataFusion. Supports continuous queries, temporal stream joins, tumbling/session windows, and CDC/Kafka connectors. Lightweight, embeddable, and sub-microsecond latency

    Embeddable streaming SQL engine.

    Rust
    Auf GitHub ansehen↗38
  • zhiqiang-he/streamcqlAvatar von Zhiqiang-He

    Zhiqiang-He/StreamCQL

    0Auf GitHub ansehen↗

    Continuous Query Language (CQL) is a query language used for data streams. Compared with traditional SQL, CQL introduces the concept of window. Data is stored in memory so that in-memory computing can be quickly implemented. CQL query results are computing results at a specific moment of data…

    Continuous query language for real-time systems.

    Java
    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Streaming SQL

Unter-Tags erkunden

  • Web-Based ConfigurationsWeb interfaces and configuration tools for building and managing streaming tasks through SQL syntax. **Distinct from Streaming SQL:** Distinct from Streaming SQL: focuses specifically on the web-based configuration interface rather than the engine implementation.