-
Notifications
You must be signed in to change notification settings - Fork 184
Description
Proposal:
Write gzipped files on influxdb with python library
Current behavior:
If this already exists and i haven't managed to implement it please inform me but i havent managed to send a straight up binary array of a gzip compressed file.
Desired behavior:
I'm using an android application that collects data and compresses it into a gzip file. I send those files to a server and then using the python library i would like to be able to send them in the compressed form to influxdb.
Alternatives considered:
I know this is possible with the api and a post request but im not sure if it would be possible or better with the python library.
Use case:
The data collected is a lot and in a mobile device so compressing it on the spot is a must. Decompressing it and then sending it to influxdb would take a lot of resources and time.