Skip to content

Commit

Permalink
Add terminology diagram to documentation (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer authored May 2, 2024
1 parent 3340e84 commit 91713e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added vuepress/docs/.vuepress/public/terminology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions vuepress/docs/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Entities usually run on multiple pods, but a single entity will only run on a si
- A **shard** is a logical group of entities that will always be located on the same pod.
There might be millions of entities, so instead of keeping millions of entities-to-pods mappings, we group entities into shards and maintain reasonably-sized shards-to-pods mappings.

![terminology diagram](/shardcake/terminology.png)

## Key components

Shardcake is composed of 2 main components:
Expand Down

0 comments on commit 91713e8

Please sign in to comment.