hyperdrive-next
hyperdrive-next copied to clipboard
Hyperdrive is a secure, real-time distributed file system
It should be possible to load a drive in a different namespace of the same corestore. Currently this fails if the drive is loaded before the original drive's header was...
If a hyperdrive contains a path corresponding to both an entry (file) and a prefix (subdirectory), `drive.readdir` only returns the entry (file). https://github.com/RangerMauve/hypercore-fetch/issues/46 and https://github.com/RangerMauve/hypercore-fetch/pull/47 discuss this issue. Per https://github.com/holepunchto/mirror-drive/issues/14,...
It appears that it is possible to create both a file and a directory at the same path, where one path has a trailing slash and the other doesn't. Is...
Hyperdrive is a wrapper around two Hypercores: one for storing file metadata **[A]**, and the other to store file contents **[B]**, as described [here](https://docs.holepunch.to/quick-start#hyperdrive-a-full-p2p-filesystem). To access a specific file content...
[`core.get(index, [options])`](https://docs.holepunch.to/building-blocks/hypercore#const-block-await-core.get-index-options) has some interesting options as timeout and force local recovery. | Property | Description | Type | Default | |:-------------:|:------------------------------------------------------:|:-------:|:--------------------:| | wait | Wait for the block to...
Is there a way to store the created/updated time for files? My use case is in showing extra metadata when listing and for making diffs more efficient for certain use...
https://github.com/holepunchto/hyperdrive/issues/273 proposes a way to do a fast folder size lookup. Is there a way to get folder sizes since Hyperdrive 11? Thank you!!
Should this project be archived since holepunchto/hyperdrive seems to be the recommended module going forward, or am I missing something?