本文档涉及 Neo4j Labs 旗下不受支持的 NeoDash 版本。如需使用受支持的 NeoDash 产品,请参阅 NeoDash 商业版

快速开始

本文档涉及 Neo4j Labs 旗下不受支持的 NeoDash 版本。如需使用受支持的 NeoDash 产品,请参阅 NeoDash 商业版

有三种简便方式可以运行 NeoDash 并开始为 Neo4j 数据创建仪表板

  1. 最新版本始终可在线获取:https://neodash.graphapp.io

  2. Neo4j Desktop:从 Graph App Gallery 安装。

  3. 使用 Docker

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

或者,自己构建

git clone https://github.com/neo4j-labs/neodash
yarn install
yarn run dev

NeoDash 可连接任意近期版本的 Neo4j 数据库(Neo4j 4.0 及以上)。最快的入门方式是在 Neo4j Aura 上创建免费云数据库。

要开始构建自己的仪表板,请参阅仪表板页面。

NeoDash 五分钟入门

请观看下面的视频,了解如何在 5 分钟内开始使用 NeoDash 的技巧: Youtube Video

另请参阅 FAQ 中的 博客文章列表

© . This site is unofficial and not affiliated with Neo4j, Inc.