当前位置:网站首页>Neo4j Environment Building
Neo4j Environment Building
2022-06-13 09:00:00 【Q Z 1997】
Construction de l'environnement
Télécharger l'adresse:https://neo4j.com/download-center/
2.1 InstallationNeo4j Community Server
jdk8Disponible en téléchargementNeo4j Community Edition 3.5.28
Documentation:https://neo4j.com/docs/operations-manual/3.5/
Décompresser dans un nouveau répertoire(Attention!:Le nom du Répertoire n'est pas en chinois),Par exemple,: D:\neo4j\
# Oui.Neo4jExécuter comme une application console
<NEO4J_HOME>\bin\neo4j console
# Oui.Neo4jInstallation en tant qu'utilisation de service
<NEO4J_HOME>\bin\neo4j install-service
console: Démarrage direct neo4j Serveur
install-service | uninstall-service | update-service : Installation/Désinstaller/Mise à jour neo4j Services
start/stop/restart/status: Démarrage/Arrêtez!/Redémarrer/Statut
-V Pour plus d'informations
Entrée dansbinTable des matières,Mise en œuvre
neo4j console
Accès dans le Navigateurhttp://localhost:7474
Utiliser un nom d'utilisateurneo4jEt mot de passe par défautneo4jConnexion,On vous demandera alors de changer le mot de passe.
Neo4j Browser .Est utilisé par les développeurs pour explorer Neo4jBase de données、Mise en œuvreCypher Un outil pour interroger et visualiser les résultats sous forme de tableau ou de graphique .
2.2 docker InstallationNeo4j Community Server
Open port
- 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
边栏推荐
猜你喜欢
Browser render passes
Screenshot of cesium implementation scenario
教程篇(5.0) 04. Fortint云服务和脚本 * FortiEDR * Fortinet 网络安全专家 NSE 5
Installation of sonarqube code quality management platform (to be continued)
5. Attribute selector
redis 模糊查询 批量删除
Knowledge points related to system architecture 3
Qvector shallow copy performance test
How many TCP connections can a machine create at most?
[network security penetration] if you don't understand CSRF? This article gives you a thorough grasp
随机推荐
Some websites of QT (software download, help documents, etc.)
Vscode plug in
【QNX Hypervisor 2.2 用户手册】4.5 构建Guest
How to become a white hat hacker? I suggest you start from these stages
Mapbox loads nationwide and provincial range, displaying multi-color animation points, migration lines, 3D histogram, etc
strcpy_ S precautions for use. (do not use strcpy_s where memcpy_s can be used)
JS string method
Cesium displays a pop-up box at the specified position and moves with the map
關於RSA加密解密原理
MySQL startup error: innodb: operating system error number 13 in a file operation
ES6 use of dynamic attributes
Tutorial (5.0) 03 Security policy * fortiedr * Fortinet network security expert NSE 5
Use of grep
Summary of the first retrospective meeting
20211108 A转置乘A是正定矩阵吗?A转置乘A是正定矩阵的充分必要条件是什么?
【 sécurité 】 comment devenir ingénieur de sécurité de 0 à 1 contre - attaque pour la Fondation zéro
【QNX Hypervisor 2.2 用户手册】4.5.1 构建QNX Guest
20211115 矩阵对角化的充要条件;满秩矩阵不一定有n个线性无关的特征向量;对称矩阵一定可以对角化
关于RSA加密解密原理
教程篇(5.0) 03. 安全策略 * FortiEDR * Fortinet 网络安全专家 NSE 5