Quickstart

There are three easy ways to run NeoDash and start dashboarding your Neo4j data:

  1. The latest version is always available online: https://neodash.graphapp.io.

  2. Neo4j Desktop: Install it from the Graph App Gallery.

  3. Using Docker:

docker pull nielsdejong/neodash:latest
docker run -it --rm -p 5005:5005 nielsdejong/neodash

Or, build it yourself:

git clone https://github.com/neo4j-labs/neodash
yarn install
yarn 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.

To get started with building your own dashboard, see the Dashboards page.

NeoDash in Five Minutes

See the video below for tips on how to get started with NeoDash in 5 minutes: Youtube Video

See also the list of blog posts in the FAQ.