https://github.com/mydimension/anyevent-pgrecvlogical
perl binding to postgres logical replication
https://github.com/mydimension/anyevent-pgrecvlogical
anyevent perl perl-bindings postgresql replication
Last synced: 2 months ago
JSON representation
perl binding to postgres logical replication
- Host: GitHub
- URL: https://github.com/mydimension/anyevent-pgrecvlogical
- Owner: mydimension
- Created: 2017-10-08T21:28:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T16:41:40.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T16:33:47.639Z (over 1 year ago)
- Topics: anyevent, perl, perl-bindings, postgresql, replication
- Language: Perl
- Homepage: https://metacpan.org/release/AnyEvent-PgRecvlogical
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
AnyEvent::PgRecvlogical
=======================
[](https://travis-ci.org/mydimension/AnyEvent-PgRecvlogical)
[](https://coveralls.io/github/mydimension/AnyEvent-PgRecvlogical?branch=master)
[](https://badge.fury.io/pl/AnyEvent-PgRecvlogical)
`AnyEvent::PgRecvlogical` provides perl bindings of similar functionality to that of
[`pg_recvlogical`](https://www.postgresql.org/docs/current/static/app-pgrecvlogical.html).
The reasoning being that `pg_recvlogical` does afford the consuming process the opportunity to emit feedback to
PostgreSQL. This results is potentially being sent more data than you can handle in a timely fashion.
Copyright
=========
Copyright (c) 2107-2018 William Cox
License
=======
This library is free software and may be distributed under [the same terms as perl itself](http://dev.perl.org/licenses/).