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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Zhiqiang-He avatar

Zhiqiang-He/StreamCQLFork

0
View on GitHub↗
0 stars·0 forks·Java·Apache-2.0·9 views

StreamCQL

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…

Features

  • Streaming SQL - Continuous query language for real-time systems.

Star history

Star history chart for zhiqiang-he/streamcqlStar history chart for zhiqiang-he/streamcql

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does zhiqiang-he/streamcql do?

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…

What are the main features of zhiqiang-he/streamcql?

The main features of zhiqiang-he/streamcql are: Streaming SQL.

Which projects share features with zhiqiang-he/streamcql?

Projects with overlapping indexed features include: apache/flink — Apache Flink is a distributed processing engine designed for both high-throughput, low-latency data streams and finite… arroyosystems/arroyo — Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming… confluentinc/ksql — The database purpose-built for stream processing applications. epfldata/squall — A streaming / online query processing / analytics engine based on Apache Storm. laminardb/laminardb — Open-source streaming SQL engine written in Rust using Apache Arrow and DataFusion. Supports continuous queries,… pipelinedb/pipelinedb — High-performance time-series aggregation for PostgreSQL.

Projects sharing features with StreamCQL

These projects share indexed features with StreamCQL. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • apache/flinkapache avatar

    apache/flink

    26,086View on GitHub↗

    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

    Java
    View on GitHub↗26,086
  • arroyosystems/arroyoArroyoSystems avatar

    ArroyoSystems/arroyo

    4,819View on GitHub↗

    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

    Rustdatadata-stream-processingdev-tools
    View on GitHub↗4,819
  • confluentinc/ksqlconfluentinc avatar

    confluentinc/ksql

    305View on GitHub↗

    The database purpose-built for stream processing applications.

    Java
    View on GitHub↗305
  • epfldata/squallepfldata avatar

    epfldata/squall

    273View on GitHub↗

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

    Java
    View on GitHub↗273
  • Compare all 8 related projects→