Skip to content

Commit 522397d

Browse files
committed
update README.md
1 parent c2d302d commit 522397d

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@ GridDB Data Source for Grafana
22

33
## Overview
44

5-
This Plugin will be used to get data from GridDB and display as graph or table base on [Grafana platform](https://grafana.com/).
5+
This Plugin is used to get data from GridDB and display as graph or table base on [Grafana](https://github.com/grafana/grafana).
66

77
## Operating environment
88

99
Building of the plugin and execution have been checked in the following environment.
10-
11-
OS: CentOS 7.4(x64)
12-
GridDB Server and Java Client: 4.1 CE
13-
GridDB WebAPI: 2.0
10+
- OS: CentOS 7.4(x64)
11+
- [GridDB Server and Java Client](https://github.com/griddb/griddb_nosql): 4.1 CE
12+
- [GridDB WebAPI](https://github.com/griddb/webapi): 2.0
13+
- [Grafana](https://github.com/grafana/grafana): 5.3.4
1414

1515
## QuickStart
1616

17-
### How to build
18-
19-
Go to source include file package.json and run the command below:
20-
21-
$ npm install -g yarn
22-
$ yarn install
23-
$ yarn build
24-
2517
### How to installation
2618

2719
1. Go to $GRAFANA_HOME/data/plugins, create a new folder "GridDB-plugin"
2820
+ Note: This folder is created after run Grafana server the first time.
29-
2. Build GridDB plugin source code, copy folder "dist" to folder "GridDB-plugin"
21+
2. Copy folder "dist" to folder "GridDB-plugin"
3022
3. Restart your Grafana server
3123

24+
Note: The folder "dist" includes files created by building with the following method.
25+
26+
Go to source include file package.json and run the command below:
27+
28+
$ npm install -g yarn
29+
$ yarn install
30+
$ yarn build
31+
3232
### How to use
3333

3434
#### Adding the data source
@@ -41,7 +41,7 @@ Go to source include file package.json and run the command below:
4141

4242
|Name|Description|
4343
|---|---|
44-
|Name|Datasource name|
44+
|Name|Data Source name|
4545
|Host|URL to GridDB WebAPI|
4646
|Cluster|Cluster name|
4747
|User|GridDB user name|

dist/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@ GridDB Data Source for Grafana
22

33
## Overview
44

5-
This Plugin will be used to get data from GridDB and display as graph or table base on [Grafana platform](https://grafana.com/).
5+
This Plugin is used to get data from GridDB and display as graph or table base on [Grafana](https://github.com/grafana/grafana).
66

77
## Operating environment
88

99
Building of the plugin and execution have been checked in the following environment.
10-
11-
OS: CentOS 7.4(x64)
12-
GridDB Server and Java Client: 4.1 CE
13-
GridDB WebAPI: 2.0
10+
- OS: CentOS 7.4(x64)
11+
- [GridDB Server and Java Client](https://github.com/griddb/griddb_nosql): 4.1 CE
12+
- [GridDB WebAPI](https://github.com/griddb/webapi): 2.0
13+
- [Grafana](https://github.com/grafana/grafana): 5.3.4
1414

1515
## QuickStart
1616

17-
### How to build
18-
19-
Go to source include file package.json and run the command below:
20-
21-
$ npm install -g yarn
22-
$ yarn install
23-
$ yarn build
24-
2517
### How to installation
2618

2719
1. Go to $GRAFANA_HOME/data/plugins, create a new folder "GridDB-plugin"
2820
+ Note: This folder is created after run Grafana server the first time.
29-
2. Build GridDB plugin source code, copy folder "dist" to folder "GridDB-plugin"
21+
2. Copy folder "dist" to folder "GridDB-plugin"
3022
3. Restart your Grafana server
3123

24+
Note: The folder "dist" includes files created by building with the following method.
25+
26+
Go to source include file package.json and run the command below:
27+
28+
$ npm install -g yarn
29+
$ yarn install
30+
$ yarn build
31+
3232
### How to use
3333

3434
#### Adding the data source
@@ -41,7 +41,7 @@ Go to source include file package.json and run the command below:
4141

4242
|Name|Description|
4343
|---|---|
44-
|Name|Datasource name|
44+
|Name|Data Source name|
4545
|Host|URL to GridDB WebAPI|
4646
|Cluster|Cluster name|
4747
|User|GridDB user name|

0 commit comments

Comments
 (0)