FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

unigraph-dev/packages/unigraph-dev-backend at main · unigraph-dev/unigraph-dev · GitHub

Latest commit

 

History

History

README.md

unigraph-dev

A local-first and universal graph database, knowledge engine, and workspace for your life.

Getting started

  • Recommend using nvm for managing Node.js versions.

    • On MacOS, can do brew install nvm, though maintainers recommend against this, favoring bash install
    • Not required, but makes Node upgrades easier
  • Using Yarn for package management

  • Install dependencies:

    yarn
    
  • Run the project

    yarn start
    # or, for a simple example script (create + read)
    yarn example
    

Architecture

We use a local-first architecture for unigraph-dev. This repository contains the "backend" part of the project, packaged with a graph database. For more detailed documentations on architecture, check out docs/architecture.md (work in progress).


Back | FazBrowse Home | New Git URL