hyperdrive
hyperdrive copied to clipboard
Hyperdrive is a secure, real time distributed file system
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
here is an explanation of what the issue is first one writes the files second one checks if the file was written ``` async function testone(){ const saveIter = []...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
(Assuming we have hard-disk space) Can hyperdrive be used to store large files (say 100K+ files, each 100GB) ? When using a local file system, it looks like all the...
Is there a way to add additional attributes (that can be listed as part of the `stat` of a file)? For example, adding checksum etc. Or is there a way...
Lets say a directory has ten files. But only one was is getting modified. So, I would expect the version for that file keeps getting incremented / changed. If we...
If no path is provided, the assumption is to download all.
I was just wondering what the state of multiwriter support is in Hyperdrive currently. I see that the last work on multiwriter was around four months ago. Is it still...
Hi I've been working on how to remove files from my hyperdrive. Have looked across the some issues and [this PR](https://github.com/hypercore-protocol/hyperdrive/pull/292) and seems like `drive.clear` is what I'm looking for...
v10.20.0 When passed a corestore, Hyperdrive throws an error when `destroyStorage()` is called. This error doesn't happen when Hyperdrive is passed an instance of `random-access-storage`. Code to reproduce error: ```js...