From e4ab7acbc402904da1b4bb9e49d3f91f6d3bb05b Mon Sep 17 00:00:00 2001 From: Jenny Owen Date: Wed, 22 Oct 2025 10:11:46 +0200 Subject: [PATCH 1/3] updated Neo4j documentation to better reflect the lastest links and features --- neo4j/content.md | 8 ++++---- neo4j/get-help.md | 4 +++- neo4j/maintainer.md | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/neo4j/content.md b/neo4j/content.md index 52e01ca799ff..69856a169c4d 100644 --- a/neo4j/content.md +++ b/neo4j/content.md @@ -1,6 +1,6 @@ # What is Neo4j? -Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com/developer). +Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com). %%LOGO%% @@ -15,11 +15,11 @@ docker run \ %%IMAGE%% ``` -which allows you to access neo4j through your browser at [http://localhost:7474](http://localhost:7474). - This binds two ports (`7474` and `7687`) for HTTP and Bolt access to the Neo4j API. A volume is bound to `/data` to allow the database to be persisted outside the container. -By default, this requires you to login with `neo4j/neo4j` and change the password. You can, for development purposes, disable authentication by passing `--env=NEO4J_AUTH=none` to docker run. +Once running, you can use the Neo4j Aura console which includes graph tools for visualizations, data exploration, and monitoring for free. No subscription is required. Simply create a self-managed instance and connect to http://localhost:7474. Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation. To access the Neo4j Browser, open a web browser and navigate to http://localhost:7474. + +Your default credentials are neo4j/neo4j. You will be prompted to change the password upon first login. For development purposes, you can disable authentication by passing `--env=NEO4J_AUTH=none` to docker run. # Documentation diff --git a/neo4j/get-help.md b/neo4j/get-help.md index e7a73e1c63d8..6f1391759b4a 100644 --- a/neo4j/get-help.md +++ b/neo4j/get-help.md @@ -1 +1,3 @@ -[Neo4j Community Forums](https://community.neo4j.com) +- [Neo4j Community Forums](https://community.neo4j.com) +- [Neo4j Docker Documentation](https://neo4j.com/docs/operations-manual/current/docker/) +- [Discord](https://discord.gg/neo4j) diff --git a/neo4j/maintainer.md b/neo4j/maintainer.md index 0d5a20cc0425..a7e1c7d26e86 100644 --- a/neo4j/maintainer.md +++ b/neo4j/maintainer.md @@ -1 +1 @@ -[Neo4j](%%GITHUB-REPO%%) +- [Neo4j](https://www.neo4j.com) From d801a84f94b2054cb475a9697192eca4462a859a Mon Sep 17 00:00:00 2001 From: Jenny Owen Date: Thu, 23 Oct 2025 13:49:20 +0100 Subject: [PATCH 2/3] Update neo4j/get-help.md Co-authored-by: Tianon Gravi --- neo4j/get-help.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/neo4j/get-help.md b/neo4j/get-help.md index 6f1391759b4a..2e584c1bd6db 100644 --- a/neo4j/get-help.md +++ b/neo4j/get-help.md @@ -1,3 +1 @@ -- [Neo4j Community Forums](https://community.neo4j.com) -- [Neo4j Docker Documentation](https://neo4j.com/docs/operations-manual/current/docker/) -- [Discord](https://discord.gg/neo4j) +[Neo4j Community Forums](https://community.neo4j.com), [Neo4j Docker Documentation](https://neo4j.com/docs/operations-manual/current/docker/), or [Discord](https://discord.gg/neo4j) From da82dc0fd6c84dbae06c6612d3bdcd4935d9d98d Mon Sep 17 00:00:00 2001 From: Jenny Owen Date: Thu, 23 Oct 2025 13:49:36 +0100 Subject: [PATCH 3/3] Update neo4j/maintainer.md Co-authored-by: Tianon Gravi --- neo4j/maintainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo4j/maintainer.md b/neo4j/maintainer.md index a7e1c7d26e86..c7e113a16263 100644 --- a/neo4j/maintainer.md +++ b/neo4j/maintainer.md @@ -1 +1 @@ -- [Neo4j](https://www.neo4j.com) +[Neo4j](https://www.neo4j.com)