Skip to content

VENUS v1.0.0 — Force Graph, Bar Chart, and Web Editor

Latest

Choose a tag to compare

@amenin amenin released this 23 Feb 16:34
· 9 commits to main since this release
bd7fa6b

VENUS is a library for creating interactive visualizations directly from SPARQL queries or JSON result sets. It provides standards-based web components that enable straightforward integration of visual analytics into modern web applications.

This release includes

  • Visualization support
    • Force-directed graph
    • Bar chart
  • Minimal Node.js proxy
    • Forwards SPARQL requests
    • Mitigates browser-side CORS constraints during SPARQL fetch operations
  • Web editor
    • Interactive environment to explore available techniques
    • Test and refine configuration before integration
  • Vanilla JS starter application
    • Minimal, ready-to-use example
    • Enables rapid local validation and onboarding