mirror of
https://github.com/p2p-ld/docs.git
synced 2024-11-13 02:04:29 +00:00
32 lines
422 B
Text
32 lines
422 B
Text
|
# Sketchpad
|
||
|
|
||
|
Dummy change to check that we don't invalidate the rust cache on CI.
|
||
|
|
||
|
## System Diagram
|
||
|
|
||
|
Just a stub to check if mermaid works
|
||
|
|
||
|
```mermaid
|
||
|
erDiagram
|
||
|
IDENTITY {
|
||
|
string hash
|
||
|
}
|
||
|
INSTANCE {
|
||
|
string ip
|
||
|
string client
|
||
|
}
|
||
|
BEACON {
|
||
|
string uri
|
||
|
}
|
||
|
IDENTITY ||--o{ INSTANCE : runs
|
||
|
BEACON }o--|{ INSTANCE : links
|
||
|
BEACON }o--|| IDENTITY : represents
|
||
|
|
||
|
```
|
||
|
|
||
|
## Graph Data Model
|
||
|
|
||
|
- Triplets
|
||
|
- Containers
|
||
|
- Codecs
|