Skip to content
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.

Quick Start

Choose an option to run NeoDash:

  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
    
  4. 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.

Clone this wiki locally