项目作者: earthstar-project

项目描述 :
Minimal working example of using earthstar-graph-db
高级语言: TypeScript
项目地址: git://github.com/earthstar-project/earthstar-graph-db-demo.git


Demo: using Earthstar Graph Database

This is a minimal working example showing how to use earthstar-graph-db, which is a graph database that runs on top of Earthstar.

It’s a tiny command line script that just creates a single edge, then queries to get the edge back.

Install and run

  1. yarn install
  2. yarn build
  3. yarn start

Read the code

See src/index.ts.