dominictarr / npmd

MIT License
450 stars 37 forks source link

Give an idea in the readme of how many MB/GB to expect for all npm metadata. #7

Closed domenic closed 11 years ago

domenic commented 11 years ago

I'm curious to try this out but am not interested in sucking up multiple GB of bandwidth. It would be helpful to know what I'm getting myself in to.

dominictarr commented 11 years ago

the leveldb it creates is less than 200 mb. that is with a full text index.

cd ~/.npmd
du -hd .
165 MB

The initial download from couchdb is closer to 500 but npmd doesn't keep everything...

domenic commented 11 years ago

Awesome! Put that in the readme :)

dominictarr commented 11 years ago

done