2019-11-20 18:05:33 -08:00
|
|
|
# Neo4j
|
|
|
|
|
2021-12-14 10:49:03 -08:00
|
|
|
DataHub uses Neo4j as graph db in the backend to serve graph queries.
|
2025-04-16 16:55:51 -07:00
|
|
|
[Official Neo4j image](https://hub.docker.com/_/neo4j) found in Docker Hub is used without
|
2021-12-14 10:49:03 -08:00
|
|
|
any modification.
|
2019-11-20 18:05:33 -08:00
|
|
|
|
|
|
|
## Neo4j Browser
|
2025-04-16 16:55:51 -07:00
|
|
|
|
2019-11-20 18:05:33 -08:00
|
|
|
To be able to debug and run Cypher queries against your Neo4j image, you can open up `Neo4j Browser` which is running at
|
2025-04-16 16:55:51 -07:00
|
|
|
[http://localhost:7474/browser/](http://localhost:7474/browser/). Default username is `neo4j` and password is `datahub`.
|