This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author liad100
Recipients eric.smith, liad100, rushter
Date 2018-08-14.13:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534252601.21.0.56676864532.issue34393@psf.upfronthosting.co.za>
In-reply-to
Content
True there are endless versions of compression just like there are endless version of file formats. Still there are some build-ins like conversion from string to json. For example you don't support of json to orc file. Same argument could have been raise here : how would we choose which conversions to also? Still a choice has been made and some basic conversion behavior is supported.

You are claiming that it's all or nothing which I don't think is the right approach.

Many are now moving their storage into cloud platforms. The storage is as it sound - storage. It doesn't offer any programming service what you stream is what you will have. Streaming huge files without compression = bleeding money for no reason. Saving the files to disk, compress them and then upload them might be very slow and also the idea is having machine with big memory and low storage - if you have to save huge files localy you'll also need big storage which costs more money.

Regarding google there is a pending request for who chooses to use GoogleCloudPlatform package but not all use that. 

https://github.com/GoogleCloudPlatform/google-cloud-python/issues/5791

Not to mention that there are dozes of other service providers. So even if Google will support it - this doesn't give answer to storage service providers 

I still claim that this is a basic legit request and can be handled by the json.dump() function.

gzip is fine. It also supported by pandas extension and is well known.
History
Date User Action Args
2018-08-14 13:16:41liad100setrecipients: + liad100, eric.smith, rushter
2018-08-14 13:16:41liad100setmessageid: <1534252601.21.0.56676864532.issue34393@psf.upfronthosting.co.za>
2018-08-14 13:16:41liad100linkissue34393 messages
2018-08-14 13:16:41liad100create