Related to "query"
Query data in InfluxDB Cloud
Learn to query data stored in InfluxDB using SQL, InfluxQL, and Flux using tools like the InfluxDB user interface and the ‘influx’ command line interface.
Query data with SQL
Learn to query data stored in InfluxDB Cloud using SQL.
Use Grafana to query and visualize data
Install and run Grafana to query and visualize data stored in an InfluxDB database.
Use Python and the Flight SQL library to query data
Use Python and the flightsql-dbapi
Flight SQL library to query data stored in InfluxDB.
Use Superset to query data
Install and run Apache Superset to query data stored in InfluxDB.
Use Superset to visualize data
Use Apache Superset to query and visualize data stored in an InfluxDB database.
Execute queries
Use tools and libraries to query data stored in an InfluxDB database.
Explore your schema with SQL
When working with InfluxDB’s implementation of SQL, a measurement is structured as a table, and time, fields, and tags are structured as columns.
Query with Flight SQL
Query your data using Apache Arrow Flight SQL protocol and clients.
Perform a basic SQL query
A basic SQL query that queries data from InfluxDB most commonly includes SELECT
, FROM
, and WHERE
clauses.
Aggregate or apply selector functions to data
Use aggregate and selector functions to perform aggregate operations on your time series data.
Cast values to different types
Use the CAST
function or double-colon ::
casting shorthand syntax to cast a value to a specific type.