Observations indicate that there are no active users for this project. As a result, maintenance has ceased, and the repository has been archived. This change ensures the code remains available in a read-only format, signifying that active development and maintenance are no longer underway.
An open source library for visualizing RDF as a graph network.
Package | Version | Description |
---|---|---|
@equinor/rdf-graph | Core library | |
@equinor/rdf-graph-go | GoJS UI Implementation | |
@equinor/rdf-graph-cy | Cytoscape.js UI Implementation | |
@equinor/rdf-graph-fg3d | 3D Force-Directed UI Implementation |
- Update package number for the relevant
package.json
located in a subfolder of thelibs
folder. - Create a PR with the changes.
Spin up the development application for a demonstration of the library and different UI implementations/packages:
# Clone repo
git clone [email protected]: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
See our contributing guide.
The core of this project is open source, but the @equinor/rdf-graph-go package requires a GoJS software license.