diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-14 22:55:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-14 22:55:34 -0700 |
commit | 1dea887643575a2fd31e62570618f43fd42e3aa6 (patch) | |
tree | 80b8b9ccb9821401b0e021993efeef1556fd148e | |
parent | deb2cf2bdec1eecbeed0231de088f44936d28e57 (diff) | |
download | dat-deps-1dea887643575a2fd31e62570618f43fd42e3aa6.tar.gz dat-deps-1dea887643575a2fd31e62570618f43fd42e3aa6.zip |
it's all 'new'
-rw-r--r-- | proposals/0000-hyperdb.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/0000-hyperdb.md b/proposals/0000-hyperdb.md index 19f1d5d..c399efb 100644 --- a/proposals/0000-hyperdb.md +++ b/proposals/0000-hyperdb.md @@ -18,8 +18,8 @@ Authors: # Summary [summary]: #summary -HyperDB is a new abstraction layer providing a general purpose distributed -key/value store over the Dat protocol. It is an iteration on the hyperdrive +HyperDB is an abstraction layer providing a general purpose distributed +key/value store over the hypercore protocol. It is an iteration on the hyperdrive directory tree implementation, building top of the hypercore append-only log abstraction layer. Keys are path-like strings (eg, `/food/fruit/kiwi`), and values are arbitrary binary blobs (generally under a megabyte). |