Nebula Graph v2.0
Nebula Graph v1.0

Doc:

<dependency> <groupId>com.vesoft</groupId> <artifactId>client</artifactId> <version>2.0.0</version> </dependency>
For more information, please refer to
Nebula Java
pip install nebula2-python
For more information, please refer to
Nebula Python
go get -u -v github.com/vesoft-inc/nebula-go@master
For more information, please refer to
Nebula Go

git clone https://github.com/vesoft-inc/nebula-web-docker cd nebula-web-docker/v2 docker-compose pull && docker-compose up -d
Open your web browser and visit:
http://0.0.0.0:7001
For more information, visit
Nebula Graph Studio

Create a container:
docker run --rm -ti --network nebula-docker-compose_nebula-net --entrypoint=/bin/sh vesoft/nebula-console:v2-nightly
To connect to your Nebula Graph services, run the follow command in the container:
docker> nebula-console -u <user> -p <password> --address=graphd --port=9669
For more information, visit
Nebula Console
git clone https://github.com/vesoft-inc/nebula-console cd nebula-console make ./nebula-console -addr <ip> -port <port> -u <username> -p <password>
For more information, visit
Nebula Console






Doc:

<dependency> <groupId>com.vesoft</groupId> <artifactId>client</artifactId> <version>1.2.0</version> </dependency>
For more information, please refer to
Nebula Java
pip install nebula-python
For more information, please refer to
Nebula Python
go get -u -v github.com/vesoft-inc/nebula-go@v1.0
For more information, please refer to
Nebula Go

git clone https://github.com/vesoft-inc/nebula-web-docker cd nebula-web-docker docker-compose pull && docker-compose up -d
Open your web browser and visit:
http://0.0.0.0:7001
For more information, visit
Nebula Graph Studio

docker run --rm -ti --network=host vesoft/nebula-console:nightly -u <user> -p <password> --addr=127.0.0.1 --port=3699
For more information, visit
Nebula Console




