awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesStream Computing Engines

Lightweight processing engines that transform events in real-time to derive immediate insights.

Distinct from Real-Time Data Streaming: Distinct from general streaming by its focus on real-time computation and transformation logic.

Explore 4 awesome GitHub repositories matching data & databases · Stream Computing Engines. Refine with filters or upvote what's useful.

Awesome Stream Computing Engines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apache/incubator-rocketmqالصورة الرمزية لـ apache

    apache/incubator-rocketmq

    22,461عرض على GitHub↗

    RocketMQ is a distributed messaging and streaming platform designed for building event-driven applications. It serves as middleware to decouple services using publish-subscribe and request-reply patterns, and functions as a transactional messaging system that ensures atomicity by linking message delivery to local transaction outcomes. The platform includes specialized capabilities as a Kubernetes-native message broker for container orchestration environments and an MQTT broker for ingesting event data from mobile applications and hardware terminals. The system covers high-throughput data str

    Provides a lightweight engine that transforms events in real-time to derive immediate insights from continuous data flows.

    Java
    عرض على GitHub↗22,461
  • apache/pulsarالصورة الرمزية لـ apache

    apache/pulsar

    15,276عرض على GitHub↗

    Apache Pulsar is a cloud-native distributed pub-sub messaging system designed for high-performance data ingestion. It functions as a geo-replicated data streamer and a multi-tenant event streaming platform, providing a serverless stream processing engine and a tiered storage messaging broker. The system distinguishes itself by separating serving layers from storage layers to allow independent scaling of compute and data retention. It features native geo-replication to synchronize messages across different geographical regions and employs a multi-layered tenant isolation model using authentica

    Provides a lightweight compute engine to transform and route events in real-time directly on the data stream.

    Java
    عرض على GitHub↗15,276
  • feast-dev/feastالصورة الرمزية لـ feast-dev

    feast-dev/feast

    6,727عرض على GitHub↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Allows configuring default or per-feature-view compute engine parameters for streaming materialization.

    Pythonbig-datadata-engineeringdata-quality
    عرض على GitHub↗6,727
  • hazelcast/hazelcastالصورة الرمزية لـ hazelcast

    hazelcast/hazelcast

    6,570عرض على GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Executes complex operations such as grouped aggregations and event-time windowing on streaming data.

    Javabig-datacachingdata-in-motion
    عرض على GitHub↗6,570
  1. Home
  2. Data & Databases
  3. Real-Time Data Streaming
  4. Stream Computing Engines

استكشف الوسوم الفرعية

  • Stream Engine ConfigurationsSettings for defining compute engine parameters used in streaming materialization and retrieval tasks. **Distinct from Stream Computing Engines:** Distinct from Stream Computing Engines: focuses on configuring the compute engine for streaming tasks rather than the engine itself.