Related to "Syntax"
Line protocol
InfluxDB uses line protocol to write data points. It is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point.
Annotated CSV
You can write data to InfluxDB using annotated CSV and the InfluxDB HTTP API.
Delete predicate syntax
InfluxDB uses an InfluxQL-like predicate syntax to determine what data points to delete.
InfluxDB syntaxes
InfluxDB uses a handful of languages and syntaxes to perform tasks such as writing, querying, processing, and deleting data.
Extended annotated CSV
Extended annotated CSV provides additional annotations and options that specify how CSV data should be converted to line protocol and written to InfluxDB.