This InfluxDB Template can be used to quickly load sample data into your InfluxDB Instance.
This includes the following sample datasets:
Dataset Name | Description | Source |
---|---|---|
Bitcoin Price Data | The current price for Bitcoin powered by CoinDesk - https://www.coindesk.com/price/bitcoin | https://www.coindesk.com/coindesk-api |
USGS Earthquake Data | All the earthquake data for the last week. | https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php |
NOAA National Bouy Data Center Data | The current reports from the NDBC annotated with station information. | https://www.ndbc.noaa.gov/realtime.shtml |
Synthetic Sensor Data | An hour's worth of generated sensor data. | https://github.com/influxdata/influxdb2-sample-data/tree/master/air-sensor-data |
In the InfluxDB UI, go to Settings->Templates and enter this URL: https://raw.githubusercontent.com/influxdata/community-templates/master/sample-data/sample-data.yml
If you have your InfluxDB credentials configured in the CLI, you can install this template with:
influx apply -u https://raw.githubusercontent.com/influxdata/community-templates/master/sample-data/sample-data.yml
- 1 Bucket:
sample_data
, 7d retention - 1 Task:
Fetch Sample Data
If you prefer to only load some data into your InfluxDB instance, the individual data feeds are broken out into their own Templates as well.
- Author: Russ Savage
- Email: russ@influxdata.com
- Github: @russorat
- Influx Slack: @russ