awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • electric-sql/electricAvatar von electric-sql

    electric-sql/electric

    9,909Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,909
  • arroyosystems/arroyoAvatar von ArroyoSystems

    ArroyoSystems/arroyo

    4,819Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,819
  1. Home
  2. Data & Databases
  3. AWS Postgres Connectors

Unter-Tags erkunden

  • 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.