Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 521 Bytes

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