awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • electric-sql/electricالصورة الرمزية لـ electric-sql

    electric-sql/electric

    9,909عرض على 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
    عرض على GitHub↗9,909
  • arroyosystems/arroyoالصورة الرمزية لـ ArroyoSystems

    ArroyoSystems/arroyo

    4,819عرض على 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
    عرض على GitHub↗4,819
  1. Home
  2. Data & Databases
  3. AWS Postgres Connectors

استكشف الوسوم الفرعية

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