Skip to content

panoplyio/py-pgoutput

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Decoder for pgoutput adapter

  • Used for PSQL CDC
  • Decodes every type of logical replication message: 'B', 'C', 'O', 'R', 'Y', 'I', 'U', 'D', 'T'
  • Algorithm of decoding is specified here: link
  • More about how to track changes overall: link, link

About

python pgoutput reader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.5%
  • Shell 2.6%
  • Makefile 1.5%
  • PLpgSQL 1.4%