Sign inSign up

nipdep/idea-viewer

By nipdep

Updated 6 months ago

Universal Knowledge Graph (KG) visualization tool + full ontology expressiveness.

Image
Databases & storage
Web analytics
0

1.2K

nipdep/idea-viewer repository overview

idea* viewer

idea* viewer is a browser-based Knowledge Graph visualization app for exploring RDF, OWL, and related semantic web data.

This image packages the frontend UI as a lightweight static container, so it can be pulled and run directly without requiring a local Node.js setup.

What It Does

  • Visualizes RDF / Knowledge Graph data in an interactive graph view
  • Supports common semantic web file formats such as .ttl, .rdf, .owl, .n3, .nt, .nq, and .trig
  • Lets users upload a knowledge graph and an optional ontology file
  • Supports class filtering, SPARQL-based filtering, focus mode, and entity detail inspection
  • Runs as a static web UI served from a small Nginx-based container

Image Details

  • Multi-stage build for a small runtime image
  • Multi-arch support: linux/amd64 and linux/arm64
  • Exposes the UI on port 8080
  • Designed for direct use with docker run or Docker Compose
  • Works on Docker Desktop for macOS, Linux, and 64-bit Windows PCs running Linux containers

Quick Start

Run the default root-path image:

docker run --rm -p 8080:8080 nipdep/idea-viewer:latest

Tag summary

Content type

Image

Digest

sha256:261a54d37

Size

20.7 MB

Last updated

6 months ago

docker pull nipdep/idea-viewer