Skip to content

Commit

Permalink
docs: add production use introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
nianiaJR committed Sep 13, 2021
1 parent 6bb4082 commit f867331
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
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.
![](./introduction.png)

## Architecture
![](architecture.png)

## Development Quick Start
### Set up nebula-importer
```
Expand All @@ -25,6 +28,30 @@ $ 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
[中文](https://docs.nebula-graph.com.cn/2.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[ENGLISH](https://https://docs.nebula-graph.io/2.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
Expand Down
Binary file added architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f867331

Please sign in to comment.