Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

gzip support on influxdb-python #718

Copy link
Copy link
Open
@philip-jones

Description

@philip-jones
Issue body actions

Hi,

Great API, we use it heavily. Thank you.

The equivalent Java API influxdb-java, which I also use, allows gzip compression to be explicitly enabled when setting up a connection, e.g.

final javaInfluxClient = InfluxDBFactory.connect(SERVER, USERNAME, PASSWORD);
javaInfluxClient.enableGzip();
// ...etc

Perhaps this is enabled by default in influxdb-python, however I cannot find any reference to gzip compression. Perhaps I am looking in the wrong place.

This would be very useful to allow a reduction in bandwidth for IoT devices with very small data tariffs.

Would it be possible to add this? I'm happy to have a go at writing a patch for this but would like to get some feedback from the maintainers first.

Thank you, Phil.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.