hyperdrive icon indicating copy to clipboard operation
hyperdrive copied to clipboard

Hyperdrive is a secure, real time distributed file system

Results 88 hyperdrive issues
Sort by recently updated
recently updated
newest added

enable `contentOpts` as an argument, and merge with the `contentOptions` function. This brings kappa-drive up to date with the latest hyperdrive, let me know if this is acceptable! following discussion...

Would be great for this package to have Deno support. At the moment the main blocker is this: ``` error: Uncaught ReferenceError: require is not defined at https://cdn.esm.sh/v41/[email protected]/deno/node-gyp-build.js:2:952 ``` some...

I couldn't find a good comprehensive technological overview of the current state nor future goals, so I'm posting some important questions here. Feel free to put them to FAQ or...

I see that @andrewosh added `getMetadata()`, `setMetadata()` and `copy()` in https://github.com/hypercore-protocol/hyperdrive/commit/e1165d081dcc7d32b68d2234cd152be08cce5db4, but this is not documented in the README. Are these methods officially supported? If so someone can open a...

implements #301 using the opts.db namespace But for hidden files to actually work as expected, [mountable-hypertrie#9](https://github.com/andrewosh/mountable-hypertrie/issues/9) has to be solved - either in hyperdrive or there.

It would be useful to have the ability to pass through the `opts` parameter of `createWriteStream`, `createReadstream` etc. to the metadata db/hypertrie. This e.g. would make it possible to create...

According to the docs, you can pass `wait: false` to `stat()` and related methods. I tried this and it doesn't seem to change the function's behavior, and looking at the...

question

The README says: > The `storage` parameter defines how the contents of the drive will be stored.... > - `name`: the name of the file to be stored > -...

It's currently undocumented.

Planned but did not add support for directory and symlink renaming.