What is the CouchDB replication protocol? Is it like Git?

后端 未结 5 1928
鱼传尺愫
鱼传尺愫 2020-12-04 06:02

Is there technical documentation describing how replication between two Couches works?

What is the basic overview of CouchDB replication? What are some noteworthy ch

5条回答
  •  [愿得一人]
    2020-12-04 06:31

    The documentation for CouchDB v2.0.0 covers the replication algorithm much more extensively. They have diagrams, example intermediate responses, and example errors. They use the "MUST", "SHALL", etc. language of IETF RFCs.

    The specifics for 2.0.0 (still unreleased as of January 2016) are a bit different from 1.x, but the basics are still as @natevw described.

提交回复
热议问题