awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesAWS Postgres Connectors

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.

Awesome AWS Postgres Connectors GitHub Repositories

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

    electric-sql/electric

    9,909Vezi pe GitHub↗

    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.

    Elixircrdtcrdtselixir
    Vezi pe GitHub↗9,909
  • arroyosystems/arroyoAvatar ArroyoSystems

    ArroyoSystems/arroyo

    4,819Vezi pe GitHub↗

    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.

    Rustdatadata-stream-processingdev-tools
    Vezi pe GitHub↗4,819
  1. Home
  2. Data & Databases
  3. AWS Postgres Connectors

Explorează sub-etichetele

  • Postgres SinksWrites query results to a Postgres database through the Debezium JDBC connector for real-time materialization. **Distinct from AWS Postgres Connectors:** Distinct from AWS Postgres Connectors: focuses on writing to Postgres as a sink, not just connectivity.