Skip to content

Shinji-IkariG/nebula-studio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Architecture

Development Quick Start

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

Production Deploy

1. Build

$ npm run install
$ npm run build

2. Compile Typescript

$ npm run tsc

3. Deploy

$ npm run start

4. Stop Server

Use when you want shutdown the web app

$ npm run stop

Documentation

中文 ENGLISH

Contributing

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

About

Nebula Graph Web GUI Tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.9%
  • Less 6.5%
  • CSS 1.1%
  • Shell 0.6%
  • JavaScript 0.5%
  • HTML 0.5%
  • Other 0.9%