hyperkv
Version:
p2p key/value store over a [hyperlog][1] using a [multi-value register conflict strategy][2]
22 lines (12 loc) • 375 B
Plain Text
hyperkv put KEY VALUE {OPTIONS}
Insert a json VALUE at KEY.
--links Comma-separated list of ancestor hashes
hyperkv get KEY
Print a json object for the values at KEY,
mapping hashes to values.
hyperkv list
Print a list of keys and values as json, one per line.
hyperkv push
hyperkv pull
hyperkv sync
Replicate with another hyperkv using stdin and stdout.