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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesChange Stream Semantics

Maintenance of materialized view accuracy by processing append, update, and delete operations from changelog streams.

Distinct from Database Change Streaming: Distinct from Database Change Streaming: focuses on how the changes are applied to internal state (semantics) rather than the transmission of the stream.

Explore 4 awesome GitHub repositories matching networking & communication · Change Stream Semantics. Refine with filters or upvote what's useful.

Awesome Change Stream Semantics GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • risingwavelabs/risingwaveAvatar risingwavelabs

    risingwavelabs/risingwave

    9,093Vezi pe GitHub↗

    RisingWave is a cloud-native streaming database and real-time analytics engine that uses standard SQL to process continuous data streams. It functions as a streaming data lakehouse, combining the capabilities of a streaming SQL database with a platform that integrates streaming ingestion with open table formats. The system is distinguished by its use of the PostgreSQL wire protocol, allowing it to integrate with existing SQL tools and drivers. It employs a decoupled compute and storage architecture, persisting streaming state and materialized views in cloud object storage to enable independen

    Processes changelog streams using append, update, and delete operations to keep materialized views accurate in real time.

    Rustapache-icebergdata-engineeringdatabase
    Vezi pe GitHub↗9,093
  • delta-io/deltaAvatar delta-io

    delta-io/delta

    8,596Vezi pe GitHub↗

    Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data lakes on cloud object storage. It serves as an ACID transaction manager, coordinating atomic commits and serializable isolation for concurrent reads and writes across distributed compute engines. The project provides a multi-engine interoperability layer that uses format translation to allow diverse SQL engines and processing frameworks to read and write the same tables. It functions as a data versioning system, utilizing a transaction log to enable time travel, historical snapsh

    Consumes tables as streaming sources to process changes starting from specific versions or timestamps.

    Scalaacidanalyticsbig-data
    Vezi pe GitHub↗8,596
  • apache/hudiAvatar apache

    apache/hudi

    6,097Vezi pe GitHub↗

    Apache Hudi is an open-source table format that brings ACID transactions, incremental processing, and multi-modal indexing to data lakes. It provides atomic commits with snapshot isolation, rollback, and optimistic concurrency control for reliable data lake operations, while supporting upserts, record-level updates, and deletions in large analytical datasets. The project distinguishes itself through a timeline-based architecture that coordinates all write operations, enabling features like time-travel querying, incremental change streaming, and multi-modal query views that include snapshot, i

    Delivers a feed of records inserted or updated after a given point in time for downstream processing.

    Javaapacheflinkapachehudiapachespark
    Vezi pe GitHub↗6,097
  • square/sqlbriteAvatar square

    square/sqlbrite

    4,529Vezi pe GitHub↗

    Sqlbrite este un manager de baze de date SQLite reactiv și un wrapper ușor pentru Android. Acesta funcționează ca o bibliotecă SQL reactivă care convertește interogările SQLite standard în fluxuri observabile, permițând aplicației să emită automat noi rezultate atunci când tabelele de bază se modifică. Proiectul oferă un mecanism pentru urmărirea modificărilor în tabele specifice ale bazei de date, declanșând reîmprospătarea interogărilor fără polling manual. Include, de asemenea, un manager de tranzacții atomice pentru a grupa mai multe modificări SQL în unități unice, asigurând integritatea datelor și prevenind notificările redundante. Biblioteca gestionează persistența datelor locale pe Android prin delegarea operațiunilor de schemă și a gestionării ciclului de viață al bazei de date către helper-ul standard SQLite. Capabilitățile sale principale acoperă observarea datelor în timp real și gestionarea tranzacțiilor bazei de date.

    Links SQL queries to the tables they reference to automate the refreshing of active data streams.

    Java
    Vezi pe GitHub↗4,529
  1. Home
  2. Networking & Communication
  3. Data Streaming
  4. Database Change Streaming
  5. Change Stream Semantics

Explorează sub-etichetele

  • Table Change StreamsExposing table updates and deletes as a continuous sequence of events for downstream processing. **Distinct from Change Stream Semantics:** Focuses on the streaming of table versions rather than the semantics of applying those changes to views.