whatisgithub

What is influxdb2-sample-data?

influxdata/influxdb2-sample-data — explained in plain English

Analysis updated 2026-07-22 · repo last pushed 2026-07-22

55Linear ProgrammingAudience · developerComplexity · 1/5ActiveSetup · easy

In one sentence

Ready-to-use sample datasets for testing InfluxDB 2.0, a time-series database. Load them directly to see how the database handles metrics like sensor readings and server stats without creating your own mock data.

Mindmap

mindmap
  root((repo))
    What it does
      Sample datasets
      Pre-built queries
      Import scripts
    Use cases
      Test dashboards
      Verify queries
      Learn interface
    Audience
      Developers
      Product managers
      IoT builders
    Benefits
      Skip cold start
      Plug and play
      Sandbox testing
    Tech stack
      InfluxDB 2.0
      Time-series data
      Data import scripts

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Load sample sensor data into InfluxDB to test how your IoT dashboard looks before connecting real devices.

USE CASE 2

Verify your time-series queries work correctly against realistic data before deploying to production.

USE CASE 3

Explore the InfluxDB 2.0 interface with populated data to learn how ingestion and querying works.

What is it built with?

InfluxDB 2.0Time-series data

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires a running InfluxDB 2.0 instance to load the data into, but the datasets themselves are ready to use.

No license information is provided in the repository, so usage rights are unclear.

So what is it?

InfluxDB 2.0 Sample Data is exactly what it sounds like: a collection of ready-to-use sample datasets designed to help you test InfluxDB 2.0, a platform for storing and analyzing time-series data. If you are building an app that tracks metrics like sensor readings, server stats, or financial prices, and you want to see how the database handles it without inventing your own data, this gives you a shortcut. The repository provides both the data itself and "associated assets" (likely things like pre-built queries or import scripts). Instead of starting with an empty database or having to manually generate thousands of data points to test your setup, you can load one of these datasets directly. This lets you immediately see how InfluxDB ingests information, how the interface looks when populated, and how queries perform at scale. The primary audience is developers and product teams evaluating InfluxDB 2.0 for their own projects. For example, if you are a PM building a dashboard to monitor IoT device temperature, you could load the sample data to test how your visualizations look before connecting your real devices. Similarly, a developer building a DevOps monitoring tool could use it to verify that their queries work properly before deploying to production. It serves as a safe, sandbox environment for learning and testing. The README doesn't go into detail about the specific datasets included or what the "associated assets" precisely are. However, the value is straightforward: it removes the friction of the "cold start" problem. Instead of spending time creating mock data or tracking down public datasets to see what your database can do, you get a plug-and-play solution built specifically for this version of InfluxDB.

Copy-paste prompts

Prompt 1
Help me import the InfluxDB 2.0 sample datasets from the influxdata/influxdb2-sample-data repo into my local InfluxDB instance using the influx CLI.
Prompt 2
I loaded the InfluxDB 2.0 sample data into my database. Write a Flux query to retrieve server CPU metrics from the last 24 hours and group them by host.
Prompt 3
Show me how to use the sample datasets from influxdata/influxdb2-sample-data to build a Grafana dashboard that visualizes sensor temperature readings stored in InfluxDB 2.0.
Prompt 4
I want to evaluate InfluxDB 2.0 for my IoT project. Walk me through cloning the influxdata/influxdb2-sample-data repo, loading a dataset, and running a basic query to confirm the data imported correctly.

Frequently asked questions

What is influxdb2-sample-data?

Ready-to-use sample datasets for testing InfluxDB 2.0, a time-series database. Load them directly to see how the database handles metrics like sensor readings and server stats without creating your own mock data.

What language is influxdb2-sample-data written in?

Mainly Linear Programming. The stack also includes InfluxDB 2.0, Time-series data.

Is influxdb2-sample-data actively maintained?

Active — commit in last 30 days (last push 2026-07-22).

What license does influxdb2-sample-data use?

No license information is provided in the repository, so usage rights are unclear.

How hard is influxdb2-sample-data to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is influxdb2-sample-data for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.