当前位置: 首页 > 工具软件 > 3DGraph > 使用案例 >

Dgraph的安装

融渊
2023-12-01

192.168.80.11
1)curl https://get.dgraph.io -sSf | bash
2)nohup dgraph zero --idx 1 --my 192.168.80.11:5080 --wal /opt/dgraph/data/zw --replicas 3 &
3)nohup dgraph alpha --lru_mb=5120 --my=192.168.80.11:7080 --zero=192.168.80.12:5080 --postings /opt/dgraph/data/p --wal /opt/dgraph/data/w &

192.168.80.12
1)curl https://get.dgraph.io -sSf | bash
2)nohup dgraph zero --idx 2 --my 192.168.80.12:5080 --peer 192.168.80.11:5080 --wal /opt/dgraph/data/zw --replicas 3 &
3)nohup dgraph alpha --lru_mb=5120 --my=192.168.80.12:7080 --zero=192.168.80.13:5080 --postings /opt/dgraph/data/p --wal /opt/dgraph/data/w &
nohup dgraph alpha --lru_mb=5120 --my=192.168.80.13:7080 --zero=192.168.80.11:5080 --postings /opt/dgraph/data/p --wal /opt/dgraph/data/w &

192.168.80.13
1)curl https://get.dgraph.io -sSf | bash
2)nohup dgraph zero --idx 3 --my 192.168.80.13:5080 --peer 192.168.80.11:5080 --wal /opt/dgraph/data/zw --replicas 3 &
3)nohup dgraph alpha --lru_mb=5120 --my=192.168.80.13:7080 --zero=192.168.80.11:5080 --postings /opt/dgraph/data/p --wal /opt/dgraph/data/w &
4)nohup dgraph-ratel -port 8000 &

 类似资料: