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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesEvent-Time Processing

Logic for processing data based on timestamps embedded in records rather than arrival time.

Distinct from Out-of-Core Processing: Focuses on temporal correctness of events, whereas Out-of-Core Processing focuses on memory management.

Explore 1 awesome GitHub repository matching data & databases · Event-Time Processing. Refine with filters or upvote what's useful.

Awesome Event-Time Processing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/flinkAvatar de apache

    apache/flink

    26,086Ver en 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

    Processes data based on event time rather than arrival time to ensure accuracy with out-of-order streams.

    Java
    Ver en GitHub↗26,086
  1. Home
  2. Data & Databases
  3. Out-of-Core Processing
  4. Event-Time Processing