-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
@lauft pointed out that the sync model would map well to the Git model. We could build a server implementation wrapping Git, using a similar set of files to those in the cloud storage: a latest file, a bunch of version files, and a bunch of snapshot files.
The latest file would be contentious: changing in every commit. However, that's precisely enforcing the replica invariant. Those conflicts can occur both on git pull (when new versions arrive) and on git push (if latest has changed since git pull).
ryneeverett, cm4rs, just1602, abgn, haroldojunios and 3 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog