-
Notifications
You must be signed in to change notification settings - Fork 4
Test Nebula Graph
vkill edited this page Nov 10, 2023
·
6 revisions
cd ~
git clone --branch release-3.6 [email protected]:vesoft-inc/nebula-docker-compose.git nebula-docker-compose-v3
cd nebula-docker-compose-v3
docker compose up -d
docker compose down -v
cargo run -p nebula-demo-tokio --bin nebula_demo_tokio_v3_graph_client 127.0.0.1 9669 root 'password'
cargo run -p nebula-demo-tokio --bin nebula_demo_tokio_v3_bb8_graph_pool 127.0.0.1 9669 root 'password'