Skip to content

ogri-la/ziptest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ziptest

A Golang demonstration of reading specific entries within a large, remote, .zip file without downloading the entire file.

Uses:

  • Go
  • snabb/httpreaderat, a library providing a HTTP io.ReaderAt interface.
  • avvmoto/buf-readerat, a library that buffers io.ReaderAt.ReadAt reads. This reduces the number of HTTP Partial calls made.
  • a httptrace tracer context to know if HTTP persistent connections are being used.

Usage

git clone https://github.com/ogri-la/ziptest
cd ziptest
go run .

Related

Similar libraries in this space:

Licence

Public domain, no licence required, no attribution necessary, no copyright asserted. Go nuts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages