You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

6 years ago
# Grafana Data Exporter
6 years ago
6 years ago
Server for fetching data from Grafana datasources. You would you use it:
6 years ago
1) To export your metrics on a big range
6 years ago
2) To migrate from one datasource to another
6 years ago
6 years ago
1 year ago
## Getting Started
### Linux
#### Prerequisites
- [nodejs](https://nodejs.org/en/download/) >= 14
#### Installation
```bash
1 year ago
wget https://code.corpglory.net/attachments/6020c47c-5fe2-4049-bc1d-cb4c4bc5aa7e -O grafana-data-exporter.tar.gz
1 year ago
tar -zxvf grafana-data-exporter.tar.gz
```
#### Running
- `node dist/server.js`
4 years ago
1 year ago
### Docker
6 years ago
1 year ago
#### Installation
- `docker pull corpglory/grafana-data-exporter`
6 years ago
1 year ago
#### Running
```bash
docker run -d \
--restart always \
--name grafana-data-exporter \
-p 8000:8000 \
corpglory/grafana-data-exporter
```
4 years ago
1 year ago
## Support and Consulting
5 years ago
1 year ago
Commercial support, professional services **or any help** — send us your inquiry at ping@corpglory.com
5 years ago
## About CorpGlory Inc.
1 year ago
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.