GraphletDB

Extensible property graph database stored in JSON-LD.

Getting Started

This is not a database intended for scaling or production, but for prototyping and for early explorations into a dataset where the ideal schema is unclear. GraphletDB creates nodes and relationships out of your data, then lets you directly edit the property names and types.

Provided Functions

Installation

Most recent version is 1.0.0, released February 17, 2024.

npm install --save graphletdb

Usage

const { aboutGraphletDB } = require('graphletdb');
aboutGraphletDB(); // This will log "GraphletDB v1.0.1" to the console

Demo

To see the demo of GraphletDB in action, first clone the repository.

git clone https://github.com/jennerhanni/GraphletDB.git

Then, open the index.html file located in the demo directory in your web browser.