diff options
-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). |