garnaat / kappa

What precedes Lambda
http://kappa.readthedocs.org/en/develop/
Apache License 2.0
902 stars 88 forks source link

Zip is created uncompressed #8

Closed ryansb closed 9 years ago

ryansb commented 9 years ago

I'm happy to write a fix, but I'm not sure which direction you'd like to go

  1. compress the zipfile by default
  2. compress the zipfile if a flag is passed (e.g. --compress)
  3. compress by default, allow a --no-compress flag
  4. automatically decide based on the size of the zip

Thoughts?

garnaat commented 9 years ago

The fact that it was not being compressed was an oversight on my part. I don't see any reason to perpetuate it. I would just change it to always do the compress.