2 repository-uri
Defining specific subsets of database rows and columns for synchronization.
Distinguishing note: The candidates focus on geometric shapes or metadata; this is about relational data subsetting
Explore 2 awesome GitHub repositories matching data & databases · Data Shaping. Refine with filters or upvote what's useful.
Miller is a command-line data processor used for filtering, transforming, and aggregating name-indexed tabular data. It functions as a tool for querying and reshaping records across multiple file formats, serving as a converter between CSV, JSON, and YAML. The tool distinguishes itself by using a name-indexed data model, allowing users to manipulate fields by name rather than numeric position. It utilizes single-pass streaming algorithms to compute statistics and summaries on large datasets that exceed available system memory. Its capabilities cover data transformation and analysis, includin
Removes unnecessary columns or creates new ones using programming statements to clean datasets.
Electric is a Postgres data synchronization engine and replication proxy designed to enable local-first software. It replicates data from Postgres databases to client-side stores in real time using logical replication, allowing applications to maintain a local embedded database for offline access and low-latency updates. The system distinguishes itself by using shapes to filter and authorize specific subsets of database rows and columns before streaming them to clients or edge workers. It further supports multi-user collaboration by integrating a conflict-free replicated data type framework t
Allows defining specific rows and columns from tables to be synchronized using filters and selections.