Skip to content

goydb/replicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

replicator Go Reference

Go implementation of https://docs.couchdb.org/en/stable/replication/protocol.html

Goal is to have a 100% compatible implemntation of the replicator.

Ideas

Create a kubernetes deployable replicator. Requirements:

  • Configuration via environment
  • Chart example
  • Docker container
  • Logging
  • Termination log

Couchdb

Launch via podman for local testing.

make couchdb