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.
相关推荐
隆里卡那唔13 小时前
在dify中通过http请求neo4j时为什么需要将localhost变为host.docker.internal
http·docker·neo4j
疯子的模样13 小时前
Docker 安装 Neo4j 保姆级教程
docker·容器·neo4j
晋丑丑12 天前
从 0 到 1 构建 Graph RAG 系统:本地图谱 + 通义千问落地实践
前端·后端·python·neo4j
Lightning_201712 天前
Neo4j.5.X社区版创建数据库和切换数据库
数据库·oracle·neo4j
南城尽相思13 天前
Neo4j常见语句-merge
neo4j
南城尽相思14 天前
Neo4j常用语法-path
neo4j
just-do-it-zzj14 天前
[neo4j]介绍4个开源的知识图谱项目
人工智能·知识图谱·neo4j
2501_9153738816 天前
Neo4j操作指南:修改节点数据与新增节点属性
neo4j
BC-AGIOne16 天前
Tensorflow推理时遇见PTX错误,安装CUDA及CuDNN, 解决问题!
neo4j
南城尽相思17 天前
Neo4j常见语法-unwind
neo4j