-
Notifications
You must be signed in to change notification settings - Fork 145
Home
Niels de Jong edited this page Mar 4, 2022
·
15 revisions
This wiki contains information on getting started with NeoDash - a dashboard builder for Neo4j.
- To start building dashboards, see the User Guide.
- For deployment/configuration, see the Deployment Guide.
- To extend NeoDash, check out the Developer Guide.
- For related blog posts/videos, see Further Reading.
Choose an option to run NeoDash:
- The latest version is always available online: https://neodash.graphapp.io
- Neo4j Desktop: Install it from the Graph App Gallery
- Using Docker:
docker pull nielsdejong/neodash:latest docker run -it --rm -p 5005:5005 nielsdejong/neodash
- Build it yourself:
git clone https://github.com/nielsdejong/neodash npm install npm run dev
NeoDash connects to any recent version of the Neo4j database. (Neo4j 4.0 or later). The quickest way to get started is to create a free cloud database on Neo4j Aura.