Skip to content

yaroot/cardan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardan

Postgres change to kafka capture, licensed in Apache 2

Dependencies

  • postgres wal logical
  • wal2json

Usage

  • install wal2json
  • set wal_level to logical
  • create the replication role create role <name> with login replication password '<secret>'
  • allow replication user in pg_hba.conf
  • create the slot select pg_create_logical_replication_slot('<slot_name>', 'wal2json')

Dev

Written in Scala, build with mill.

The details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published