Interested in this use case?
Register your interest if you'd like us to focus on building this template next. You can also head to the Quix Community Slack if you have any questions.
Register interest
Project template
Use case
Code snippet

Migrate to Influx V3

Use cases:
Time Series Data
A simple real-time pipeline diagram
Interested in this use case?
Register your interest if you'd like us to focus on building this template next. You can also head to the Quix Community Slack if you have any questions.
Register interest

A basic two-step pipeline that you can use to keep an InfluxDB V3 database synchronized with an InfluxDB V2 bucket. The pipeline periodically queries the InfluxDB V2 bucket for all measurements and data. When new records are detected, they are sent to a Kafka topic. A consumer process listens for new records and filters them for user-specified tags and fields. Finally, the filtered records are written as points to the corresponding InfluxDB V3 database.

Using this template

This project could be easily adapted for use cases such as:

  • Iteratively migrating data from InfluxDB V2 to V3
  • Creating a V3 replica of an InfluxDB V2 database

Interested in this use case?
If you'd like us to focus on building this template next, register your interest and let us know. You can also head over to the Quix Community Slack if you've got any questions.
Register interest
Built on Quix with: