java - What is the most effective way to make unzipped copy of a gzipped file on GCS? -
we have lot of gzipped files on our gcs. speed out dataflow job make unzipped copy of files, dataflow textio isn't fast zipped files.
i'm trying figure out effective way make unzipped copy of file on gcs.
as start thought start write simple download program, fail same performance gsutil have.
so accepted answers question example of how make super, simple, download of files gcs, or how copy , unzip on fly on gcs.
you implement app engine or compute engine application processes object change notifications gcs, discovers newly uploaded gzip files , reads/writes corresponding unzipped file gcs. faster downloading corporate network , reuploading (depending on speed of internet connection).
Comments
Post a Comment