awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hasura avatar

hasura/pgdeltastream

0
View on GitHub↗
257 stars·16 forks·Go·Apache-2.0·6 views

Pgdeltastream

Streaming Postgres logical replication changes atleast-once over websockets

Features

  • Data Replication - Streams PostgreSQL changes over websockets.

Star history

Star history chart for hasura/pgdeltastreamStar history chart for hasura/pgdeltastream

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Pgdeltastream

These projects share indexed features with Pgdeltastream. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 2ndquadrant/repmgr2ndQuadrant avatar

    2ndQuadrant/repmgr

    1,702View on GitHub↗

    A lightweight replication manager for PostgreSQL (Postgres)

    C
    View on GitHub↗1,702
  • actiontech/dtleactiontech avatar

    actiontech/dtle

    559View on GitHub↗

    Distributed Data Transfer Service for MySQL

    Go
    View on GitHub↗559
  • ankane/pgsyncankane avatar

    ankane/pgsync

    3,453View on GitHub↗

    Sync data from one Postgres database to another

    Rubypostgresql
    View on GitHub↗3,453
  • benbjohnson/litestreambenbjohnson avatar

    benbjohnson/litestream

    13,240View on GitHub↗

    Litestream is a database backup utility that provides continuous, incremental replication for SQLite databases. It operates as a background process that monitors local database files and streams modifications to remote cloud storage, ensuring that off-site backups are maintained without manual intervention. The tool functions by intercepting the database file system layer to capture page-level changes and tailing the write-ahead log. This approach allows for real-time synchronization of transactions to various cloud object storage providers through a unified abstraction layer. Beyond continu

    Goreplications3sqlite
    View on GitHub↗13,240

Frequently asked questions

What does hasura/pgdeltastream do?

Streaming Postgres logical replication changes atleast-once over websockets

What are the main features of hasura/pgdeltastream?

The main features of hasura/pgdeltastream are: Data Replication.

Which projects share features with hasura/pgdeltastream?

Projects with overlapping indexed features include: 2ndquadrant/repmgr — A lightweight replication manager for PostgreSQL (Postgres). actiontech/dtle — Distributed Data Transfer Service for MySQL. ankane/pgsync — Sync data from one Postgres database to another. benbjohnson/litestream — Litestream is a database backup utility that provides continuous, incremental replication for SQLite databases. It…