stream-unzip VS StreamingUnzip

Compare stream-unzip vs StreamingUnzip and see what are their differences.

stream-unzip

Python function to stream unzip all the files in a ZIP archive on the fly (by uktrade)

StreamingUnzip

Given the (end) chunk of a zip file (where you can find the zip file's "table of contents") you will be able to zip in a zip file and have this utility pipe the files out unzipped. (by d136o)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
stream-unzip StreamingUnzip
3 1
253 2
2.8% -
7.0 10.0
13 days ago over 10 years ago
Python Python
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stream-unzip

Posts with mentions or reviews of stream-unzip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-20.

StreamingUnzip

Posts with mentions or reviews of StreamingUnzip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-20.
  • Python – Writing large ZIP archives without memory inflation
    6 projects | news.ycombinator.com | 20 Nov 2021
    Interesting, for the read (decompression) case I wrote this a while back:

    https://github.com/d136o/StreamingUnzip

    Basically, if you have a big zip file with many files in it (csvs for example), you can pipe out the decompressed data…

    It’s a bit obtuse to use since it calls for the end chunk of a zip archive (it may come from s3 for example).

What are some alternatives?

When comparing stream-unzip and StreamingUnzip you can also consider the following projects:

python-zipstream - Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks.

python-zipstream - Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks.

zipstreamer - Zip File Streaming Microservice - stream zip files on the fly

spilo - Highly available elephant herd: HA PostgreSQL cluster using Docker

zipfly - Python Zip Stream

datasette - An open source multi-tool for exploring and publishing data

iterable-subprocess - Python context manager to communicate with a subprocess using iterables: for when data is too big to fit in memory and has to be streamed

Nakadi - A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues