influxdb-migrator

0.0.1 • Public • Published

wercker status

InfluxDB Migrator

A script to migrator old time series to new time series or to transfer data between old and new time series.

How it works

  • You set a set of source database
  • You set a set of target database
  • You sepecify a query

It will go over all sources, run query, fetch the result, import into the target

The time will be retain. however the sequence_number is not, by default. If you want to retain sequence_number, specify, :force_sequence_number

Install

  npm install -g influxdb_importer

Using

With a single timeseries

  miata -c config.json -q "SELECT * FROM timeseries where time > now() -
30d"

Readme

Keywords

none

Package Sidebar

Install

npm i influxdb-migrator

Weekly Downloads

1

Version

0.0.1

License

Whatever

Last publish

Collaborators

  • kureikain