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.
$ git clone https://github.com/vesoft-inc/nebula-http-gateway.git
$ cd nebula-http-gateway
$ make build
$ nohup ./nebula-httpd &
$ npm install
$ npm run dev
$ npm run install
$ npm run build
$ npm run tsc
$ npm run start
Use when you want shutdown the web app
$ npm run stop
Contributions are warmly welcomed and greatly appreciated. Please see Guide Docs