2 Forks
5 Stars
5 Watchers

psql-replication

Postgres replication: Read data from WAL(Write ahead log) file i.e. in binary format and convert that WAL data to readable JSON format using the Wal2JSON library and store that JSON data in database/S3/Cloud for auditing purpose.

How to download and setup psql-replication

Open terminal and run command
git clone https://github.com/patilharshal16/psql-replication.git
git clone is used to create a copy or clone of psql-replication repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with psql-replication https://github.com/patilharshal16/psql-replication/archive/master.zip

Or simply clone psql-replication with SSH
[email protected]:patilharshal16/psql-replication.git

If you have some problems with psql-replication

You may open issue on psql-replication support forum (system) here: https://github.com/patilharshal16/psql-replication/issues