当前位置:网站首页>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


边栏推荐
- Zap grammar sugar
- DAST black box vulnerability scanner part 4: scanning performance
- web框架概述与程序开发
- C2-qt serial port debugging assistant 2021.10.21
- Select for i/0 multiplexing
- 图数据库ONgDB Release v-1.0.2
- Day17QtQLcdNumber2021-10-22
- Comprehensive interpretation by enterprise reviewers: enterprise growth of [State Grid] China Power Finance Co., Ltd
- JS special effects in the construction of animated web pages
- 最新发布:Neo4j 图数据科学 GDS 2.0 和 AuraDS GA
猜你喜欢
![[5. high precision subtraction]](/img/87/52b154ba5816e1d6541c885b680a1f.png)
[5. high precision subtraction]

Microsoft Internet Explorer was permanently closed on June 15

微软 IE 浏览器于 6 月 15 日被永久关闭

Neo4j 技能树正式发布,助你轻松掌握Neo4j图数据库

Dernière publication: neo4j Graph Data Science GDS 2.0 et aurads ga

Pytorch visualization

web框架概述与程序开发

Game jam development cycle

最新發布:Neo4j 圖數據科學 GDS 2.0 和 AuraDS GA

table标签的不规则布局
随机推荐
GraphAcademy 课程讲解:《Neo4j 图数据科学简介》
Implementation of epoll+threadpool high concurrency network IO model
最新發布:Neo4j 圖數據科學 GDS 2.0 和 AuraDS GA
Official release of ideal L9: retail price of 459800 yuan will be delivered before the end of August
import和require在浏览器和node环境下的实现差异
Write your own kubernetes controller
Force buckle 295 Median data flow
【4. 高精度加法】
Two dot vertical progress styles
[3. binary integer and floating point number]
微软 IE 浏览器于 6 月 15 日被永久关闭
The latest official product of domestic brand oppo! This ppt report! It really refreshes my understanding of it
Sword finger offer 37 Serialized binary tree
GraphAcademy 课程讲解:《Neo4j 图数据科学基础》
理想L9正式发布:8月底前开始交付 零售价45.98万元
关于PMP考试,你想知道的知识都在这里了
Dynamically load assetdatabase of assets
Jz59. print binary tree in zigzag order
Unicode decodeerror appears: 'ASCII' codec can't decode byte 0xe9 in position 0: ordinal not in range solution
C1-qt idea of realizing simple calculator 2021.10.15