2 repository-uri
Specialized connectivity adapters for integrating with AWS-hosted Postgres instances via logical replication.
Distinguishing note: Candidates focus on security or provisioning; this is specifically about the database replication connectivity for AWS Postgres.
Explore 2 awesome GitHub repositories matching data & databases · AWS Postgres Connectors. Refine with filters or upvote what's useful.
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
Connects to AWS database instances by enabling logical replication and configuring required roles.
Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming data with event-time semantics, enabling accurate windowed aggregations, joins, and stateful computations on unbounded event streams. The platform uses native Rust execution for high throughput and low latency, with periodic checkpointing for exactly-once fault tolerance and horizontal scaling across distributed workers. The system integrates deeply with Kafka for reading and writing topics with exactly-once delivery and supports change data capture (CDC) from MySQL and Postg
Writes query results to a Postgres database through the Debezium JDBC connector.