/graph-app-charts

Graph App Demo Rendering Chart Dashboards for the Movie Graph

Primary LanguageJavaScript

graph-app-demo-charts

Simple Graph App Demo show how to render Cypher results as a dashboard using Semantic UI and Victory React components.

Using javascript neo4j-driver to execute a Cypher statement with the actor name as a parameter.

Install

Neo4j

You'll need a Neo4j instance with the movies :play movie graph dataset installed.

Webapp

Currently, the app assumes the endpoint is available at bolt://localhost:7687/

npm install
npm start

Useful Links