calvinmetcalf / cabs

Content Addressable Blob Store
6 stars 2 forks source link

make cli command read and write files #2

Closed max-mapper closed 10 years ago

max-mapper commented 10 years ago

write a file: cabs blobfolder/ < data.jpg > data-hashes.json read a file: cabs checkout blobfolder/ < data-hashes.json > data-copy.jpg

max-mapper commented 10 years ago

also im starting to question the overhead involved in creating so many folders...

max-mapper commented 10 years ago

e.g. a 100mb zip created a folder with 59,410 items (folders and files). that seems pretty high to me. i haven't wrapped my head around another solution but ideas welcome

max-mapper commented 10 years ago

also if you do IRC you should hang in #stackvm on freenode