Influx Query Language (InfluxQL)

    The first seven documents in this section provide a tutorial-style introduction to InfluxQL. Feel free to download the dataset provided in and follow along with the documentation.

    Data exploration

    Data exploration covers the query language basics for InfluxQL, including the , GROUP BY clauses, , and more. See Data Exploration to learn about time syntax and in queries.

    Schema exploration

    Database management

    Database management covers InfluxQL for managing and retention policies in InfluxDB. See Database Management for creating and dropping databases and retention policies as well as deleting and dropping data.

    InfluxQL functions

    Covers all .

    InfluxQL Continuous Queries

    InfluxQL mathematical operators

    InfluxQL mathematical operators covers the use of mathematical operators in InfluxQL.

    Authentication and authorization

    covers how to set up authentication and how to in InfluxDB. This page also describes the different user types and the InfluxQL for .

    InfluxQL reference