This directory contains Java, Kotlin and Scala examples.
- WriteDataEverySecond.java - Write data every second
- KotlinQuery.kt - How to query data into a stream of
FluxRecord
and filter them by Flow operators - KotlinQueryRaw.kt - How to query data into a stream of
String
- KotlinQueryDSL.kt - How to use the FluxDSL to query data
- KotlinWriteApi.kt - How to ingest data by
DataPoint
,LineProtocol
orData class
- KotlinWriteBatchingByFlow.kt - How to use Flow operators to prepare batches for synchronous write into InfluxDB