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.
相关推荐
叶楊1 天前
数据处理常用函数
neo4j
向阳蒲公英3 天前
http://localhost:7474/browser/ 登陆之后账号密码neo4j / neo4j 不对 页面出现以下:
neo4j
BTU_YC3 天前
Neo4j查询计划完全指南:读懂数据库的“执行蓝图“
数据库·neo4j
非极限码农3 天前
Neo4j图数据库上手指南
大数据·数据库·数据分析·neo4j
lwprain4 天前
图数据库neo4j desktop2.0初探
数据库·neo4j
老朋友此林5 天前
记录最新 Neo4j 安装过程(截图实操)、使用、踩坑 Neo4j 5.26.13、JDK 17安装
neo4j
小码农叔叔5 天前
【云原生】Neo4j 图数据库从搭建到项目使用深度详解
neo4j·neo4j图数据库·neo4j使用详解·neo4j图数据库详解·neo4j图数据库实战详解·neo4j使用总结
皇族崛起6 天前
金融 - 搭建 图谱挖掘工作流 调研
金融·llm·知识图谱·neo4j·多智能体·findpaper
皇族崛起8 天前
金融 - neo4j、Graph Data Science 安装
金融·知识图谱·neo4j·信息差·ai赋能
羊羊小栈9 天前
基于知识图谱(Neo4j)和大语言模型(LLM)的图检索增强(GraphRAG)的智能音乐推荐系统(vue+flask+AI算法)
人工智能·毕业设计·neo4j·大作业