This document provides an introduction to time series data and InfluxDB. It defines time series data as measurements taken from the same source over time that can be plotted on a graph with one axis being time. Examples of time series data include weather, stock prices, and server metrics. Time series databases like InfluxDB are optimized for storing and processing huge volumes of time series data in a high performance manner. InfluxDB uses a simple data model where points consist of measurements, tags, fields, and timestamps.