s3-stream-unzip

s3-stream-unzip is a Java utility that manages unzipping of data in AWS S3 utilising stream download and multipart upload.

Unzipping is achieved without knowing the size beforehand and without keeping it all in memory or writing to disk. That makes i…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Nejc Korasa

s3-stream-unzip is a Java utility that manages unzipping of data in AWS S3 utilising stream download and multipart upload.

Unzipping is achieved without knowing the size beforehand and without keeping it all in memory or writing to disk. That makes it suitable for large data files - it has been used to unzip files of size 100GB+.

Supports different unzip strategies including an option to split zipped files.

Available on Maven Central, see code in Github.


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Nejc Korasa


Print Share Comment Cite Upload Translate Updates
APA

Nejc Korasa | Sciencx (2022-09-23T13:56:30+00:00) s3-stream-unzip. Retrieved from https://www.scien.cx/2022/09/23/s3-stream-unzip/

MLA
" » s3-stream-unzip." Nejc Korasa | Sciencx - Friday September 23, 2022, https://www.scien.cx/2022/09/23/s3-stream-unzip/
HARVARD
Nejc Korasa | Sciencx Friday September 23, 2022 » s3-stream-unzip., viewed ,<https://www.scien.cx/2022/09/23/s3-stream-unzip/>
VANCOUVER
Nejc Korasa | Sciencx - » s3-stream-unzip. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/09/23/s3-stream-unzip/
CHICAGO
" » s3-stream-unzip." Nejc Korasa | Sciencx - Accessed . https://www.scien.cx/2022/09/23/s3-stream-unzip/
IEEE
" » s3-stream-unzip." Nejc Korasa | Sciencx [Online]. Available: https://www.scien.cx/2022/09/23/s3-stream-unzip/. [Accessed: ]
rf:citation
» s3-stream-unzip | Nejc Korasa | Sciencx | https://www.scien.cx/2022/09/23/s3-stream-unzip/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.