dat-ecosystem-archive / datproject-discussions

a repo for discussions and other non-code organizing stuff [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
65 stars 6 forks source link

lets pick an archive format #27

Closed max-mapper closed 8 years ago

max-mapper commented 8 years ago

we wanna support an archive format for storing + exchanging compressed files. in our specific use case the files will be container filesystems (e.g. a debootstrapped ubuntu.iso), as well as a set of research data (csvs etc) that might be used in an analysis pipeline

two features we want:

some candidates:

research:

wohali commented 8 years ago

Another thing worth looking at: https://github.com/fidlej/idzip

onbjerg commented 8 years ago

pifs? :new_moon_with_face:

max-mapper commented 8 years ago

@mrocklin reminded me to look into dar http://dar.linux.free.fr/doc/man/dar.html, seems pretty good so far

max-mapper commented 8 years ago

some initial cons of dar:

ekg commented 8 years ago

Another con is that it doesn't seem widely used. On Nov 29, 2015 10:59 PM, "maxogden" notifications@github.com wrote:

some initial cons of dar:

  • libdar is 2.7mb of c++ code
  • development is still on sourceforge
  • seems quite complex, other independent implementations would likely be very difficult (contrast this to tar which is quite easy to implement)

— Reply to this email directly or view it on GitHub https://github.com/datproject/discussions/issues/27#issuecomment-160475037 .