- WriteExample.php - How to write data to InfluxDB via default API using
Point
structure or line protocol - WriteBatchingExample.php - How to use batching for more performance writes
- WriteUDPExample.php - How to write data to InfluxDB via UDP
- QueryRawExample.php - How to query data into
string
- QueryExample.php - How to query data into
FluxTable
and encode results into JSON - QueryStreamExample.php - How to query data into
Stream
- QueryProfilerExample.php - How to query data with profilers
- QueryFromFileExample.php - How to use a Flux query defined in a separate file
- ParameterizedQuery.php - How to use parameterized Flux queries
- BucketManagementExample.php - How to create, list and delete Buckets
- InfluxDB_18_Example.php - How to use forward compatibility APIs from InfluxDB 1.8
- DeleteDataExample.php - How to delete data from InfluxDB by client
- InvokableScripts.php - How to use Invokable scripts Cloud API to create custom endpoints that query data
- RecordRowExample.php - How to use
FluxRecord.row
instead ofFluxRecord.values
, in case of duplicity column names