Skip to content

Commit e4ab7ac

Browse files
committed
updated Neo4j documentation to better reflect the lastest links and features
1 parent f0dd435 commit e4ab7ac

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

neo4j/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What is Neo4j?
22

3-
Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com/developer).
3+
Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com).
44

55
%%LOGO%%
66

@@ -15,11 +15,11 @@ docker run \
1515
%%IMAGE%%
1616
```
1717

18-
which allows you to access neo4j through your browser at [http://localhost:7474](http://localhost:7474).
19-
2018
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.
2119

22-
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.
20+
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.
21+
22+
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.
2323

2424
# Documentation
2525

neo4j/get-help.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
[Neo4j Community Forums](https://community.neo4j.com)
1+
- [Neo4j Community Forums](https://community.neo4j.com)
2+
- [Neo4j Docker Documentation](https://neo4j.com/docs/operations-manual/current/docker/)
3+
- [Discord](https://discord.gg/neo4j)

neo4j/maintainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[Neo4j](%%GITHUB-REPO%%)
1+
- [Neo4j](https://www.neo4j.com)

0 commit comments

Comments
 (0)