add definitions

This commit is contained in:
Oskar Thoren 2019-09-21 15:17:16 +08:00
parent f7e0ff2b11
commit 67b53bcd79
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 7 additions and 4 deletions

View File

@ -17,8 +17,11 @@ from a node that is offline.
## Definitions
| Term | Definition |
| ----------- | -------------------------------------------------------------------------------------- |
| Term | Definition |
| ----------- | -------------------------------------------------------------------------------------- |
| CAS | Content-addressed storage. Stores data that can be addressed by its hash. |
| Name system | Name system. Associates mutable data to a name. |
| Remote log | Replication of a local log at a different location. |
## Roles
@ -26,8 +29,6 @@ from a node that is offline.
2. Name system (NS)
3. Content-addressed storage (CAS)
As well as the *remote log* payload.
## Wire Protocol
### Payloads
@ -80,6 +81,8 @@ message Response {
<!-- // TODO: NameInit? -->
<!-- TODO: Consider extending pair with (optional) data -->
#### Remote
```protobuf
message RemoteLog {