Skip to content

Commit

Permalink
Update design document (yorkie-team#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
krapie authored and Wu22e committed Sep 3, 2023
1 parent f569fef commit 98054ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

## Contents

- [Document Editing](document-editing.md): Local and remote document editing mechanism
- [Presence](presence.md): For sharing the presence of peers
- [Data Structure](data-structure.md): CRDT data structures in `crdt` package
- [Document Editing](document-editing.md): Local and remote document editing mechanism
- [Document Removal](document-removal.md): Soft deletion of document
- [Tree](tree.md): Tree CRDT data structure
- [Range Deletion in Splay Tree](range-deletion-in-splay-tree.md): Rotation-free range deletion algorithm for splay tree
- [Presence](presence.md): For sharing the presence of peers
- [PubSub](pub-sub.md): Client-side event sharing with gRPC server-side stream and PubSub pattern
- [Garbage Collection](garbage-collection.md): Deleting unused nodes in CRDT system
- [Garbage Collection for Text Type](gc-for-text-type.md): Garbage collection for text nodes
- [Housekeeping](housekeeping.md): Deactivating outdated clients for efficient garbage collection
- [Retention](retention.md): Clearing unnecessary changes with `--backend-snapshot-with-purging-changes` flag
- [Document Removal](document-removal.md): Soft deletion of document
- [Sharded Cluster Mode](sharded-cluster-mode.md): Shard-based server cluster mode with consistent hashing

## Maintaining the Document
Expand Down

0 comments on commit 98054ad

Please sign in to comment.