influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.59k stars 3.54k forks source link

Looking for a tool to migrate data from TimescaleDB to InfluxDB #24132

Open ayham-al-adm-m opened 1 year ago

ayham-al-adm-m commented 1 year ago

Hi, I want to migrate data from TimescaledDB to InfluxDB, is there any tool or technique can help me. thanks in advane.

jeffreyssmith2nd commented 1 year ago

I don't know any specific tools to achieve this, but if you export from Timescale into CSV file that's correctly formatted, you could import that into InfluxDB.

https://docs.influxdata.com/influxdb/v2.6/write-data/developer-tools/csv/