modify error
NebulaGraph Studio (Studio for short) is a web-based visualization tool for NebulaGraph. With Studio, you can create a graph schema, import data and edit nGQL statements for data queries.
$ npm install $ npm run dev $ npm run dev:go
$ npm install $ npm run dev
$ cd ./server/api/studio $ make run
$ npm install $ npm run build $ mv dist/* server/api/studio/assets
$ cd server/api/studio // update default port 9000 to 7001 in etc/studio-api.yaml first $ go build -o server
$ ./server &
Use when you want shutdown the web app
kill -9 $(lsof -t -i :7001)
中文 ENGLISH
Contributions are warmly welcomed and greatly appreciated. Please see Guide Docs
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
NebulaGraph Studio
NebulaGraph Studio (Studio for short) is a web-based visualization tool for NebulaGraph. With Studio, you can create a graph schema, import data and edit nGQL statements for data queries.
Architecture
Version
Development Quick Start
set up studio and server at the same time
Set up nebula-graph-studio only
Set up go-server only
Production Deploy
1. Build Web
2. Build Server
3. Start
4. Stop Server
Use when you want shutdown the web app
Documentation 3.10.0
中文 ENGLISH
Contributing
Contributions are warmly welcomed and greatly appreciated. Please see Guide Docs