Visualize a Things knowledge pool graph
  • JavaScript 74.5%
  • Python 20.3%
  • HTML 4.3%
  • CSS 0.9%
Find a file
2026-05-21 13:47:38 +02:00
.gitignore chore: put together a package for publication 2026-05-16 09:47:14 +02:00
graph.json chore: put together a package for publication 2026-05-16 09:47:14 +02:00
index.html chore: put together a package for publication 2026-05-16 09:47:14 +02:00
LICENSE chore: put together a package for publication 2026-05-16 09:47:14 +02:00
main.js show datasets and limit to immediate neighbors 2026-05-21 13:47:38 +02:00
package-lock.json chore: put together a package for publication 2026-05-16 09:47:14 +02:00
package.json chore: put together a package for publication 2026-05-16 09:47:14 +02:00
pool2graph.py show datasets and limit to immediate neighbors 2026-05-21 13:47:38 +02:00
README.md chore: put together a package for publication 2026-05-16 09:47:14 +02:00
style.css less generic html ids 2026-03-07 06:32:48 +01:00

things-graph-renderer - visualize a Things knowledge pool graph

This demo uses the sigma.js and Graphology libraries to read a straightforward graph specification from a JSON file, and renders it as an interactive visualization.

Usage

Run npm dev to start a demo locally.

Content

  • index.html: minimal HTML page for rendering the graph
  • style.css: minimal styling
  • main.js: javascript implementation of the graph rendering
  • graph.json: exemplary graph (nodes, and edges)
  • pool2graph.py: demo script reading Things records from STDIN and writing a graph JSON file