Off-chain GunDB database for Alive streams and optionally live chat messages.
This package provides the core implementation of the database schematics of AliveDB within GunDB along with the APIs to interact with it. It is used in Alive-CLI to perform authenticated tasks such as publishing .ts segment hashes to off-chain cache. It also acts as a standalone AliveDB GUN relay peer.
Most applications should only use a reduced implementation of alivedb.js.
git clone https://github.com/aliveprotocol/AliveDB
cd AliveDB
npm i
git submodule add https://github.com/aliveprotocol/AliveDB [submodule_dir]
npm start
Refer to the config docs for details.
Refer to the REST API docs for details.