mirror of
https://github.com/p2p-ld/docs.git
synced 2024-11-10 00:34:30 +00:00
31 lines
422 B
Text
31 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
|