Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.02 KB

File metadata and controls

32 lines (27 loc) · 1.02 KB

Nebula Graph Studio

Nebula Graph Studio (Studio for short) is a web-based visualization tool for Nebula Graph. With Studio, you can create a graph schema, import data, edit nGQL statements for data queries, and explore graphs.

Development Quick Start

Set up nebula-importer

$ git clone https://github.com/vesoft-inc/nebula-importer.git
$ cd nebula-importer
$ make build
$ ./nebula-importer --port 5699 --callback "http://0.0.0.0:7001/api/import/finish"

Set up nebula-http-gateway

$ git clone https://github.com/vesoft-inc/nebula-http-gateway.git
$ cd nebula-http-gateway
$ make build
$ nohup ./nebula-httpd &

Set up nebula-graph-studio

$ npm install
$ npm run dev

Documentation

中文

Contributing

Contributions are warmly welcomed and greatly appreciated. Please see Guide Docs