-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fef45d0
commit cf2a75e
Showing
7 changed files
with
99 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Contributing | ||
|
||
If you want to contribute to the plugin, you can contribute in one of the following ways | ||
|
||
- [Test different APIs](https://github.com/yesoreyeram/grafana-infinity-datasource/discussions/categories/specific-apis) and create bugs if not working as expected | ||
- If you find any interesting APIs, [showcase](https://github.com/yesoreyeram/grafana-infinity-datasource/discussions/categories/show-and-tell) how you are using the API with Infinity datasource so that other community members will get benefit out of it. | ||
|
||
## Setting up locally for development | ||
|
||
You need following tools in your local machine for development | ||
|
||
- NodeJS v12.0+ | ||
- Go 1.16 | ||
- Mage | ||
|
||
Once you clone the repo locally in the grafana's plugin folder. Do the following steps | ||
|
||
- `yarn` - This will install the frontend dependencies. Do this once | ||
- `mage -v` - This will help to build the backend part of the plugin. Do this once if you are contributing only the frontend. There is no significant code is in the backend. So no much changes expected | ||
- `yarn watch` - For continuously watching the front-end changes and build | ||
- `yarn test` - To make sure all the existing tests passed | ||
- `yarn docs:dev` - To build and see the changes of docs website |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
# Grafana Infinity Datasource | ||
|
||
Visualize data from JSON,CSV,XML,GraphQL and HTML endpoints. | ||
Visualize data from JSON, CSV, XML, GraphQL and HTML endpoints. | ||
|
||
[![click here for documentation](https://user-images.githubusercontent.com/153843/122958390-b4ef8900-d37a-11eb-9bb9-d8e32965507f.png)](https://yesoreyeram.github.io/grafana-infinity-datasource) | ||
|
||
## Try before installing | ||
|
||
Using the following links,You can try **Infinity datasource plugin** without installing grafana/plugin. You can change the URL, customize headers to get the results of your API | ||
|
||
### [Try before installing - JSON](https://yesoreyeram-grafana.herokuapp.com/d/try/try?orgId=1&editPanel=2) | ||
|
||
### [Try before installing - CSV](https://yesoreyeram-grafana.herokuapp.com/d/try/try?orgId=1&editPanel=3) | ||
|
||
### [Demo](https://yesoreyeram-grafana.herokuapp.com) | ||
|
||
## Documentation | ||
|
||
Detailed documentation and examples are available in plugin [website](https://yesoreyeram.github.io/grafana-infinity-datasource) | ||
Detailed documentation and examples are available in [plugin website](https://yesoreyeram.github.io/grafana-infinity-datasource) | ||
|
||
Docs on how to use JSON API - [Docs](https://yesoreyeram.github.io/grafana-infinity-datasource/wiki/json) | ||
|
||
### [Demo video](https://youtu.be/Wmgs1E9Ry-s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cf2a75e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: