- Key Value store provides maximum simplicity. Maximium portability. Data safety.
- Key Value store used in this manner (immutable) could be hard to maintain. ie: cleaning up old data.
- Key Value store assumes it conforms to map[string][]byte
Data abstracted at various levels.