Skip to content

Latest commit

 

History

History

replicator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Replicator


Abstract

A replicator finds and syncs with other database peers. Many replicators can be used for one database. Replicators allow remote peers to affect the local database.

Table of Contents

Introduction

Replicators handle syncing database replicas between peers. The database replica includes the manifest, entries, and identities. However replicators are mainly concerned with the latter two as the manifest is needed before replication, and does not get updated.

Implementations