0.1.6 • Published 7 years ago

gun-levelgraph v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gun-levelgraph

Interop layer between Gun and LevelGraph via levelgraph-jsonld

Status

Conversion to JsonLd format is super flexible and works!

The following default functions need to be fixed however:

  • Tweak default addContext, graphId and referenceNode functions:
    • add valid JsonLd @context on each node
    • add valid JsonLd @id on each node
    • make sure valid references

Install

npm i -S gun-levelgraph

Usage

See docs:

Gun utility functions

More Gun chain utility functions are available via:

Run Tests

npm i -g ava

Try ava test

TODO

  • Test LevelGraph save functions
  • Load JsonLd object into Gun graph for a full cycle

Save Gun node to LevelGraph

  • Fix addContext and graphId functions to:
    • add valid JsonLd @context on each node
    • add valid JsonLd @id on each node

Licence

MIT Kristian Mandrup 2017