Skip to content

bernardo-bruning/pgoutput2yml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

System that allows you to replicate data through capturing changes in Postgres.

COMPILE

To compile execute the command:

sudo apt install libpq-dev
make

INSTALL

To use the pgoutput2yml is necessary install with command:

pgoutput2yml --host $HOST --user $USER --password $PASSWORD --install

USAGE

Running in terminal the command:

pgoutput2yml --host $HOST --user $USER --password $PASSWORD

UNINSTALL

To uninstall is necessary remove with command:

pgoutput2yml --host $HOST --user $USER --password $PASSWORD --uninstall

About

Simple replication decoder for Postgres output to yaml.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published