a small example on how to get up and running with hyperdb
then in another terminal window, using the key that is printed under db key is
, write
where <key>
is the key that was printed above
if you want to disable auto-authorization, add the --noautoauth
flag to the above
there's a small cli (see input.js) for interacting with the hyperdb. use it as follows
print out the db key
print out the local feed's key
print out the information stored at key
.get hello
store value
under key
in the database
.put hello=world
check if key
is authorized to write to the database
authorize key
to write to the database
- mafintosh/hyperdb dat's distributed scalable database, see the full api
- jimpick/dat-shopping-list an interactive web demo using hyperdb by way of hyperdrive#hyperdb-backend
- substack/chatmesh a cli chat client built on hyperdb