Browse Source

upd docs

pull/11/head
rozetko 1 year ago
parent
commit
57ad75e2a4
  1. 43
      README.md

43
README.md

@ -1,29 +1,42 @@
<p align="center">
<img width="auto" align="middle" height="120px" src="https://user-images.githubusercontent.com/22073083/47374103-d42f4780-d6f5-11e8-85d3-287855707512.png">
</p>
# Grafana Data Exporter # Grafana Data Exporter
Server for fetching data from Grafana datasources. You would you use it: Server for fetching data from Grafana datasources. You would you use it:
1) To export your metrics on a big range 1) To export your metrics on a big range
2) To migrate from one datasource to another 2) To migrate from one datasource to another
# Installation
* [Getting started](https://github.com/CorpGlory/grafana-data-exporter-panel/wiki) ## Getting Started
### Linux
#### Prerequisites
- [nodejs](https://nodejs.org/en/download/) >= 14
#### Installation
```bash
wget https://code.corpglory.net/attachments/b4a8cbe5-7a8d-4260-a423-b0e17de614c5 -O grafana-data-exporter.tar.gz
tar -zxvf grafana-data-exporter.tar.gz
```
#### Running
- `node dist/server.js`
* [Linux](https://github.com/CorpGlory/grafana-data-exporter/wiki/Getting-Started-Linux) ### Docker
* [Docker](https://github.com/CorpGlory/grafana-data-exporter/wiki/Getting-Started-Docker)
## See also #### Installation
- `docker pull corpglory/grafana-data-exporter`
* [DataExporterPanel](https://github.com/CorpGlory/grafana-data-exporter-panel) -- Grafana panel used for creation exporting tasks #### Running
* [TsdbKit](https://github.com/CorpGlory/tsdb-kit) -- library for processing Grafana metrics ```bash
docker run -d \
--restart always \
--name grafana-data-exporter \
-p 8000:8000 \
corpglory/grafana-data-exporter
```
## More from CorpGlory ## Support and Consulting
* [grafana-chartwerk-app](https://github.com/chartwerk/grafana-chartwerk-app) -- advanced visualisations for Grafana from CorpGlory Team
* [hastic](https://hastic.io/) -- pattern detection and anomaly detection for Grafana
Commercial support, professional services **or any help** — send us your inquiry at ping@corpglory.com
## About CorpGlory Inc. ## About CorpGlory Inc.
The project developed by [CorpGlory Inc.](https://corpglory.com/), a company which provides high quality software development, data visualization, Grafana and monitoring consulting. Grafana Data Exporter is developed by [CorpGlory Inc.](https://corpglory.com/), a company which provides high quality software development, data visualization, Grafana and monitoring consulting.

Loading…
Cancel
Save