Project

General

Profile

Keep » History » Version 1

Tom Clegg, 04/10/2013 04:23 PM

1 1 Tom Clegg
h1. Keep
2
3
The Keep storage system consists of data block read/write services, SDKs, and management agents.
4
5
The responsibilities of the Keep service are:
6
7
* Write data blocks
8
* When writing: ensure data integrity by comparing client-supplied MD5 digest to client-supplied data
9
* Read data blocks (subject to permission, which is determined by the system/metadata DB)
10
* Send read/write/error event logs to management agents
11
12
The responsibilities of the SDK are:
13
14
* When writing: split data into ≤64 MiB chunks
15
* When writing: encode directory trees as manifests
16
* When writing: write data to the desired number of nodes to achieve storage redundancy
17
* After writing: register a collection with Arvados
18
* When reading: parse manifests
19
* When reading: verify data integrity by comparing locator to MD5 digest of retrieved data