neo4j 安装 (提供镜像下载方式

neo4j 安装

docker

shell 复制代码
# 获取镜像
docker pull neo4j:community

# 启动
docker run \
    --publish=7474:7474 --publish=7687:7687 \
    neo4j:community

file download

文件下载的方式,访问 URL:https://neo4j.com/deployment-center/ 然后选择对应的平台,以及对应的社区版本或者企业版本即可

大陆下载方式

我们下载的时候可能会遇到一些网速问题这里提供一个国内版本 https://we-yun.com/doc/neo4j-chs/4.4.40/

启动

  1. tar -zxvf 文件名字
  2. 什么都不需要更改直接启动 bin\neo4j console
shell 复制代码
❯ ./bin/neo4j console
Directories in use:
home:         /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix
config:       /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/conf
logs:         /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/logs
plugins:      /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/plugins
import:       /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/import
data:         /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/data
certificates: /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/certificates
licenses:     /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/licenses
run:          /Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/run
Starting Neo4j.
2025-01-11 15:03:37.184+0000 INFO  Starting...
2025-01-11 15:03:37.776+0000 INFO  This instance is ServerId{14f07b9a} (14f07b9a-34a8-452f-a5fc-17c418748b26)
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J(W): Ignoring binding found at [jar:file:/Users/a1-6/Desktop/res/soft/neo4j-chs-community-4.4.40-unix/lib/slf4j-nop-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
2025-01-11 15:03:38.431+0000 INFO  ======== Neo4j 4.4.40 ========
2025-01-11 15:03:42.114+0000 INFO  Initializing system graph model for component 'security-users' with version -1 and status UNINITIALIZED
2025-01-11 15:03:42.120+0000 INFO  Setting up initial user from defaults: neo4j
2025-01-11 15:03:42.120+0000 INFO  Creating new user 'neo4j' (passwordChangeRequired=true, suspended=false)
2025-01-11 15:03:42.141+0000 INFO  Setting version for 'security-users' to 3
2025-01-11 15:03:42.146+0000 INFO  After initialization of system graph model component 'security-users' have version 3 and status CURRENT
2025-01-11 15:03:42.152+0000 INFO  Performing postInitialization step for component 'security-users' with version 3 and status CURRENT
2025-01-11 15:03:42.971+0000 INFO  Bolt enabled on localhost:7687.
2025-01-11 15:03:43.357+0000 INFO  Remote interface available at http://localhost:7474/
2025-01-11 15:03:43.359+0000 INFO  id: 73C22D44CB01385DDB9CE6EFC5CB0F009DA47129943797B8E290AA92FAA89E89
2025-01-11 15:03:43.359+0000 INFO  name: system
2025-01-11 15:03:43.359+0000 INFO  creationDate: 2025-01-11T15:03:39.157Z
2025-01-11 15:03:43.359+0000 INFO  Started.
相关推荐
tangjunjun-owen7 天前
Docker部署 Neo4j 及集成 APOC 插件:安装与配置完整指南(docker-compose)
docker·容器·docker-compose·neo4j·apoc
stray小书童8 天前
neo4j数据库实战
数据库·neo4j
阿明 -李明9 天前
鲲鹏arm服务器安装neo4j社区版,实现图书库自然语言检索基础
服务器·ubuntu·neo4j
编程研究坊12 天前
Neo4j APOC插件安装教程
数据库·人工智能·python·neo4j
GawynKing16 天前
Neo4j 社区版 Mac 安装教程
macos·neo4j
java坤坤22 天前
GoLand 项目从 0 到 1:第三天 —— 图数据库版本管理方案调研与中间件部署
neo4j·minio
liliangcsdn24 天前
mac neo4j install & verifcation
数据库·neo4j
Roc-xb24 天前
Neo4j如何修改用户密码?
neo4j
Likefr24 天前
Neo4j 框架 初步简单使用(基础增删改查)
neo4j
空中湖1 个月前
PyTorch武侠演义 第一卷:初入江湖 第5章:玉如意的秘密
人工智能·pytorch·neo4j