Skip to content

ildus/decoder_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decoder_json

A PostgreSQL logical decoder output plugin to deliver data in JSON

Requirements:

  • PostgreSQL 9.4+
  • libjansson (for JSON support)

Building

make deps
make

Testing

Add to your postgresql.conf lines from logical.conf. Then run:

sudo chmod +x `pg_config --pkglibdir`
make test

TODO:

Use built-in JSON from PostgreSQL for output generation.

Useful links

About

PostgreSQL logical decoder to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published