jsoncdc 0.0.3

This Release
jsoncdc 0.0.3
Date
Status
Unstable
Latest Testing
jsoncdc 0.1.0 —
Latest Unstable
jsoncdc 0.0.12 —
Other Releases
Abstract
Translates Postgres WAL to JSON
Description
A Rust plugin for Postgres Change Data Control.
Released By
solidsnack
License
PostgreSQL
Resources
Special Files

Extensions

jsoncdc 0.0.2
Translates Postgres WAL to JSON

README

jsoncdc

A rust program which takes a logical decoding stream from postgresql and outputs it in a pluggable and safe way. Not to be confused with The best rust postgresql library. Our library Requires rust stable 1.1 or greater. You can bug posix4e(or posix4e_) on freenode if you want to get involved. Tasks to work on should be available on: HuBoard badge Linux Status

To build

You should checkout the .travis.yml for the dependencies on ubuntu to build. Make sure to generate the postgresql bindings with the generate_bindings.sh. You will also need python

Formats

  • [ ] Json output
  • [ ] Protobufs output
  • [ ] Avro output

Destinations

  • [ ] File
  • [ ] Http
  • [ ] kafka
  • [ ] kinesis

Features

  • [ ] Monitored by rust metrics