https://github.com/neo4j-devtools/graph-app-charts
Graph App Demo Rendering Chart Dashboards for the Movie Graph
https://github.com/neo4j-devtools/graph-app-charts
Last synced: 15 days ago
JSON representation
Graph App Demo Rendering Chart Dashboards for the Movie Graph
- Host: GitHub
- URL: https://github.com/neo4j-devtools/graph-app-charts
- Owner: neo4j-devtools
- Created: 2018-01-20T02:07:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T10:28:35.000Z (over 5 years ago)
- Last Synced: 2025-01-26T09:21:42.484Z (over 1 year ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* https://formidable.com/open-source/victory/docs/
* https://react.semantic-ui.com/elements
* https://semantic-ui.com/views/card.html
* https://www.npmjs.com/package/neo4j-driver
* https://github.com/neo4j-apps
* https://github.com/neo4j-apps/graph-app-starter
* https://github.com/neo4j-apps/graph-app-kit/
* https://neo4j.com/developer/cypher