CorpGlory / csv2influx

A CLI tool for importing CSV files into Influxdb
MIT License
16 stars 6 forks source link

Automatically create InfluxDB database #14

Open rozetko opened 7 years ago

rozetko commented 7 years ago

Now database from config has to exist. influxdbUrl: 'http://127.0.0.1:8086/INFLUXDB_URL' We can create database automatically if it doesn't exist.

jonyrock commented 7 years ago

Need to describe behaviour before implementing the task. Maybe 1) add question about creation and 2) special flag for answering "yes" to question