# influxdb-sample-data **Repository Path**: influxdata/influxdb-sample-data ## Basic Information - **Project Name**: influxdb-sample-data - **Description**: Sample time series data used to test InfluxDB - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-23 - **Last Updated**: 2023-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.