dat-ecosystem-archive / how-dat-works

Dat documentation [ DEPRECATED - see https://github.com/hypercore-protocol/new-website/tree/master/guides for similar functionality. More info on active projects and modules at https://dat-ecosystem.org/ ]
https://dat-ecosystem-archive.github.io/how-dat-works/
169 stars 9 forks source link

On-disk storage format #25

Open martinheidegger opened 5 years ago

martinheidegger commented 5 years ago

How dat stores the various cores on the filesystem is more magic than one might assume.

https://github.com/datproject/dat-node/blob/master/lib/storage.js https://github.com/datproject/dat-storage/blob/master/index.js

ghost commented 5 years ago

Thanks! These are really good questions to cover. I’m keen for the guide to cover these, though the work on these topics will have to come after the networking side is more complete.