pgcat VS wal-listener

Compare pgcat vs wal-listener and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pgcat wal-listener
1 8
371 255
- -
0.0 7.0
about 1 year ago 11 days ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pgcat

Posts with mentions or reviews of pgcat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-08.

wal-listener

Posts with mentions or reviews of wal-listener. We have used some of these posts to build our list of alternatives and similar projects.
  • Introducing WAL-listener: A PostgreSQL Database Change Notification Service
    1 project | /r/golang | 3 Aug 2023
    I would like to introduce my small open-source project, called WAL-listener, available at https://github.com/ihippik/wal-listener This service is designed to keep you informed about any changes occurring in your PostgreSQL database. The core functionality of this service relies on leveraging the Write-Ahead Log (WAL) feature of PostgreSQL. The WAL plays a crucial role in maintaining data integrity within the database. For those interested in understanding WAL better, I recommend referring to the official documentation at https://www.postgresql.org/docs/current/wal-intro.html To receive notifications about database changes, wal-listener utilizes a message broker system. Initially, it supported only NATS as the message broker, but today, I am pleased to announce that Apache Kafka has been added as well, expanding its compatibility. I invite all members to explore and try out this extremely useful service. Your feedback and contributions are welcome!
  • A service that helps implement the Event-Driven architecture
    1 project | /r/u_ihippik | 14 Jun 2023
    1 project | /r/u_ihippik | 14 Jun 2023
    1 project | /r/u_ihippik | 14 Jun 2023
    1 project | /r/u_ihippik | 14 Jun 2023
    1 project | /r/u_ihippik | 14 Jun 2023
  • Transactional outbox. Part II, Message Relay.
    1 project | dev.to | 7 Oct 2022
    Another problem with this approach is that I couldn't find a single library in Go that deals with this, I found one service that is meant to be used for Postgres WAL, you can find it here. I need to try it honestly haven't give it a chance. This approach, this pattern seems so but so hacky(is this a word?), I mean consist literally on dealing yourself or through a library that interact directly with the API of the specific DB you are using. That's not easy, specially if you are just trying to use the pattern to solve a much simpler problem. I would say that there's a lack of libraries that deals with this, maybe in the future that change. Take into consideration that I'm looking this under the perspective of someone that works with Golang, I know in Java the author of the book made a framework for this specific purpose.
  • What the heck does line 135 "ProcessLoop:" do in this open source GitHub repo do?
    1 project | /r/golang | 19 Feb 2022

What are some alternatives?

When comparing pgcat and wal-listener you can also consider the following projects:

pgcat - PostgreSQL pooler with sharding, load balancing and failover support. [Moved to: https://github.com/postgresml/pgcat]

resgate - A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.

odyssey - Scalable PostgreSQL connection pooler

NATS - Golang client for NATS, the cloud native messaging system.

pgcat - PostgreSQL pooler with sharding, load balancing and failover support.

NATS - High-Performance server for NATS.io, the cloud and edge native messaging system.

pgweb - Cross-platform client for PostgreSQL databases

FerretDB - A truly Open Source MongoDB alternative

usql - Universal command-line interface for SQL databases