当前位置:网站首页>Neo4j環境搭建
Neo4j環境搭建
2022-06-13 09:00:00 【Q z1997】
環境搭建
下載地址:https://neo4j.com/download-center/
2.1 安裝Neo4j Community Server
jdk8可以下載Neo4j Community Edition 3.5.28
文檔:https://neo4j.com/docs/operations-manual/3.5/
解壓到新目錄(注意:目錄名稱不要有中文),比如: D:\neo4j\
# 將Neo4j作為控制臺應用程序運行
<NEO4J_HOME>\bin\neo4j console
# 將Neo4j作為服務使用進行安裝
<NEO4J_HOME>\bin\neo4j install-service
console: 直接啟動 neo4j 服務器
install-service | uninstall-service | update-service : 安裝/卸載/更新 neo4j 服務
start/stop/restart/status: 啟動/停止/重啟/狀態
-V 輸出更多信息
進入到bin目錄,執行
neo4j console
在瀏覽器中訪問http://localhost:7474
使用用戶名neo4j和默認密碼neo4j進行連接,然後會提示更改密碼。
Neo4j Browser是開發人員用來探索Neo4j數據庫、執行Cypher查詢並以錶格或圖形形式查看結果的工具。
2.2 docker 安裝Neo4j Community Server
開放端口
- 7474 for HTTP.
- 7473 for HTTPS.
- 7687 for Bolt.
docker pull neo4j:3.5.22-community
docker run -d -p 7474:7474 -p 7687:7687 --name neo4j \ -e "NEO4J_AUTH=neo4j/123456" \ -v /usr/local/soft/neo4j/data:/data \ -v /usr/local/soft/neo4j/logs:/logs \ -v /usr/local/soft/neo4j/conf:/var/lib/neo4j/conf \ -v /usr/local/soft/neo4j/import:/var/lib/neo4j/import \ neo4j:3.5.22-community
边栏推荐
- What are the bank financial products? How long is the liquidation period?
- Redis distributed cluster setup
- ERP outlet
- Mapbox loads nationwide and provincial range, displaying multi-color animation points, migration lines, 3D histogram, etc
- 20211005 Hermite矩阵及几个性质
- 「解读」华为云桌面说“流畅”的时候,究竟在说什么?
- strcpy_ S precautions for use. (do not use strcpy_s where memcpy_s can be used)
- Some websites of QT (software download, help documents, etc.)
- [QNX hypervisor 2.2 user manual] 4.5 building a guest
- 如何成为白帽子黑客?我建议你从这几个阶段开始学习
猜你喜欢
Yarn package management tool
教程篇(5.0) 01. 产品简介及安装 * FortiEDR * Fortinet 网络安全专家 NSE 5
useRoutes() may be used only in the context of a <Router> component.
redis
Mapbox usage, including drawing, loading, modifying, deleting points and faces, displaying pop ups, etc
关于RSA加密解密原理
Cesium displays a pop-up box at the specified position and moves with the map
transforms. ColorJitter(0.3, 0, 0, 0)
Loss outputs Nan for the Nan model
Cesium achieves sunny, rainy, foggy, snowy and other effects
随机推荐
JS string method
12. constructor explanation, explicit, initialization list
20211020 段院士全驱系统
Basic use of cesium, including loading images, terrain, models, vector data, etc
ERP outlet
[security] how to counter attack from 0 to 1 to become a security engineer with zero Foundation
Cmake Learning Series I
20211108 微分跟踪器
Tensorflow1.14 corresponds to numpy version
System analysis - detailed description
turf. JS usage
GBase 常见网络问题及排查方法
GBase 8a V95与V86压缩策略类比
The 360 mobile assistant on Huawei maimang 7 cannot be uninstalled
Installation of sonarqube code quality management platform (to be continued)
Margin:0 reason why auto does not take effect
Vscode plug in
GBase 8a磁盘问题及处理
JS obtain geographic location information according to longitude and latitude and mark it on the map
How to resolve "the operation cannot be completed successfully because the file contains viruses or potentially junk software