当前位置:网站首页>Figure data platform solution: single node deployment
Figure data platform solution: single node deployment
2022-06-22 02:52:00 【Ma Chao's blog】
Figure data platform solution : Single node deployment
Here’s the table of contents:
Figure data platform solution : Single node deployment
This paper mainly introduces ONgDB Acquisition of deployment files , And in CentOS and Windows The deployment mode of a single node in the system .
One 、 download ONgDB Deployment file
It can be downloaded from GitHub ONgDB Releases Download the package file at , Or from The Graph Foundation Website obtain .


Here I download Linux and Windows edition .ONgDB The distribution version of , Respectively Community (GPLv3) and Enterprise (AGPLv3) Two versions . among Community Cluster deployment is not supported in version ,Enterprise Support cluster deployment .

in addition , add Neo4j-4.x The community version is also adopted at present AGPLv3 Open source licenses , relative ONgDB The community version is a more stringent open source protocol .
Two 、Windows System deployment
Enter into ONgDB After installing the directory , Just execute the following command .
bin\ongdb.bat console
# Exit the command line to stop the database service


3、 ... and 、CentOS System deployment
Use Xshell take ONgDB Of Linux Deployment file , Upload to any directory , After decompression, execute the following command to start .
bin/ongdb start
# stop it :bin/ongdb stop
# restart :bin/ongdb restart


Uncomment the configuration below , Indicates support for using the machine IP Access database .
# With default configuration ONgDB only accepts local connections.
# To accept non-local connections, uncomment this line:
dbms.connectors.default_listen_address=0.0.0.0
To guarantee CentOS Other node machines and Win10 The host can access the started single node database service , It needs to be turned off CentOS Firewall settings of the system .
# Turn off firewall
systemctl stop firewalld.service
# Turn off firewall and start automatically
systemctl disable firewalld.service
# View firewall service status
systemctl status firewalld.service


边栏推荐
- fatal error: png++/png. Hpp: no that file or directory
- C mapster object mapper learning
- Using JMeter for web side automated testing
- Dernière publication: neo4j Graph Data Science GDS 2.0 et aurads ga
- 从数据库的分类说起,一文了解图数据库
- Must the database primary key be self incremented? What scenarios do not suggest self augmentation?
- B-Tree
- 360EDR刨析
- Vscode custom template, take notes with the template?!
- Starting from the classification of database, I understand the graph database
猜你喜欢

智翔金泰冲刺科创板:年营收3919万亏损超3亿 拟募资40亿

HarmonyOS鸿蒙使用ORM Bee访问数据库实例

C1-qt idea of realizing simple calculator 2021.10.15

Using neo4j sandbox to learn neo4j graph data science GDS

ACL 2022 | multilingual knowledge map reasoning based on self supervised graph alignment

Game Jam开发周期

GraphAcademy 课程讲解:《Neo4j 图数据科学基础》

discuz! Bug in the VIP plug-in of the forum repair station help network: when the VIP member expires and the permanent member is re opened, the user group does not switch to the permanent member group

【2. 归并排序】

JVM makes wheels
随机推荐
Sword finger offer 37 Serialized binary tree
Relative references must start with either “/“, “./“, or “../“.
Force buckle 461 Hamming distance
Conference chat room - development documents
Day18qt signal and slot 2021-10-29
并查集dsu
Huayang smart rushes to Shenzhen Stock Exchange: it plans to raise 400million Fosun Weiying as a shareholder
June25,2022 PMP Exam clearance manual-3
How to apply PMP project management knowledge?
import和require在浏览器和node环境下的实现差异
All the knowledge you want to know about the PMP Exam is here
【Docekr学习遇到的坑】
Starting from the classification of database, I understand the graph database
UnionPay payment return merchant nignx post request 405
JS special effects in the construction of animated web pages
C++ primer Chapter 2 summary of variables and basic types
Neo4j 智能供应链应用源代码简析
Neo4j 技能树正式发布,助你轻松掌握Neo4j图数据库
B-Tree
C ++ Primer 第2章 变量和基本类型 总结