Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosuka/phalanx-datasource
Grafana Data Source Plugin for Phalanx
https://github.com/mosuka/phalanx-datasource
datasource grafana plugin
Last synced: 25 days ago
JSON representation
Grafana Data Source Plugin for Phalanx
- Host: GitHub
- URL: https://github.com/mosuka/phalanx-datasource
- Owner: mosuka
- License: apache-2.0
- Created: 2022-01-19T14:24:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T11:53:05.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:13:39.922Z (6 months ago)
- Topics: datasource, grafana, plugin
- Language: TypeScript
- Homepage:
- Size: 289 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana Data Source Plugin for Phalanx
This is a Grafana Data Source Plugin for [Phalanx](https://github.com/mosuka/phalanx)
This Data Source Plugin allows you to visualize the data indexed in Phalanx.
![phalanx-datasource](https://user-images.githubusercontent.com/970948/152789945-2e398ba3-9964-417a-b745-c0ab8d936b4d.png)
## Getting started
1. Install dependencies
```bash
yarn install
```2. Build plugin in development mode or run in watch mode
```bash
yarn dev
```or
```bash
yarn watch
```3. Build plugin in production mode
```bash
yarn build
```