https://github.com/influxdata/influxdb-sample-data
Sample time series data used to test InfluxDB
https://github.com/influxdata/influxdb-sample-data
Last synced: 5 months ago
JSON representation
Sample time series data used to test InfluxDB
- Host: GitHub
- URL: https://github.com/influxdata/influxdb-sample-data
- Owner: influxdata
- License: mit
- Created: 2015-04-30T22:12:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T12:49:48.000Z (over 5 years ago)
- Last Synced: 2024-11-14T11:19:19.401Z (7 months ago)
- Size: 59.4 MB
- Stars: 9
- Watchers: 56
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Influxdb Sample Datasets
This repository contains sample time series data used to test InfluxDB.
## Why sample data
Running benchmarks with synthetic tests often does not reflect real-world use. This repo is meant to be a collection of "real-world" time series datasets so testing can model more usage scenarios.
## Data format
All datasets should be a file containing newline separated, InfluxDB formatted JSON blobs. Each line should be able to be directly written to InfluxDB, e.g. via a `curl -XPOST '...'`. See the [InfluxDB docs](https://docs.influxdata.com/influxdb/v0.10/guides/writing_data/) for more.