Skip to content

Imports data from ketonix exported CSV file into an influxdb instance. Includes an example grafana dashboard as well. It's a very minimal hack and probably won't deal well with big data sets of multiple years, but it's fine for me. If anyone else will want to use it seriously I will improve it.

maxkokocom/influxdb-ketonix-data-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

influxdb-ketonix-data-importer

Import your CSV ketones data from ketonix.com into your InfluxDB instance

Installation and usage

git clone https://github.com/ksiadz/influxdb-ketonix-data-importer.git
cd influxdb-ketonix-data-importer
pip install -r requirements.txt

Download your ketonix.com results: link

Copy the ketonix_username.csv file into an influxdb-ketonix-data-importer directory Run:

python import.py --ketonix_filename=your_ketonix_username.csv 

CLI options and help:

python import.py -h

About

Imports data from ketonix exported CSV file into an influxdb instance. Includes an example grafana dashboard as well. It's a very minimal hack and probably won't deal well with big data sets of multiple years, but it's fine for me. If anyone else will want to use it seriously I will improve it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages