2 个仓库
Configuration for ignoring specific attributes when duplicating database records.
Distinct from Data Replication: Distinct from Data Replication: focuses on record-level attribute exclusion during duplication rather than node-level synchronization.
Explore 2 awesome GitHub repositories matching data & databases · Replication Exclusions. Refine with filters or upvote what's useful.
This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d
Restricts the synchronization of documents to a specific subset by applying custom logic to incoming and outgoing data streams.
Materialize is a streaming SQL database that continuously ingests live data from sources such as Kafka, Redpanda, PostgreSQL, and MySQL, and incrementally maintains materialized views. It provides a PostgreSQL-compatible query engine that accepts standard SQL over the PostgreSQL wire protocol, enabling any existing SQL client or BI tool to query real-time data. The system also includes a Model Context Protocol (MCP) server that exposes live materialized view data to AI agents, providing fresh context without polling. Materialize distinguishes itself through its ability to offer configurable c
Filters out specified upstream columns from ingested data streams to avoid unsupported types or sensitive fields.