- it's based on csvtodeta tool by @Fredy Somy
- improvements:
- more options
- upload about twice as fast (put() method is used)
- bulk load: up 25 \ down 1000 rows per iteration
pip install -U csv-deta
csv-deta upload PATH_TO_CSV_FILE [--dbname DETA_DB_NAME] [--project DETA_PROJECT_KEY]
by default DETA_DB_NAME
param will be created from PATH_TO_CSV_FILE
filename without ext,
and DETA_PROJECT_KEY
-- from the same name's environment variable;
for other options see also csv-deta upload|download --help
- download data
- upload speed optimization
- async transfer
- validate source csv (?)
enjoy, star it, and donate