Skip to content

Write gzip file #522

@chriszal

Description

@chriszal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions