Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

FEATURE: Support uploading compressed json #62

Open
ehills opened this issue Mar 26, 2018 · 1 comment
Open

FEATURE: Support uploading compressed json #62

ehills opened this issue Mar 26, 2018 · 1 comment

Comments

@ehills
Copy link

ehills commented Mar 26, 2018

Hi there,

If you uploaded compressed JSON from the ocap_exporter extension you could save yourself 90% or more data when POSTing to a webserver that supports it, i.e. apache.

Reasoning:

  1. JSON is extremly compressable. It is mainly whitespace and repeated characters. A fantastic candidate
  2. Apache and most other web servers readily accept compressed body data
  3. Apache has a 2mb post body upload size by default.
@JamieGoodson
Copy link
Collaborator

On my todo list 🙂

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants