Skip to content

equinor/rdf-graph

Repository files navigation

rdf-graph

An open source library for visualizing RDF as a graph network.

Packages

Package Version Description
@equinor/rdf-graph core version Core library
@equinor/rdf-graph-go go version GoJS UI Implementation
@equinor/rdf-graph-cy cy version Cytoscape.js UI Implementation
@equinor/rdf-graph-fg3d fg3d version 3D Force-Directed UI Implementation

Releasing a new version

  1. Update package number for the relevant package.json located in a subfolder of the libs folder.
  2. Create a PR with the changes.

Demo

Spin up the development application for a demonstration of the library and different UI implementations/packages:

# Clone repo
git clone git@github.com:equinor/rdf-graph.git

# Install pnpm (if not already installed)
# https://pnpm.io/installation

# Install dependencies 
cd rdf-graph && pnpm install

# Open development app
pnpm nx serve playground

Contribute

See our contributing guide.

License

The core of this project is open source, but the @equinor/rdf-graph-go package requires a GoJS software license.