Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Storage backend version 2 #65

@jfinkhaeuser

Description

@jfinkhaeuser

This might be an IPFS backend, or a file system backend, that's still somewhat undecided. However, we can scope out each approach fairly well:

Filesystem

  1. Keep Storage file system layout, but
  2. at each leaf don't manage a hyperdrive repository, but only a single content file.
  3. Repository implementation for filesystem effectively merges into Storage.
  4. Synchronization fetches from other nodes, and stores/deletes on file system.

IPFS

  1. Use https://github.com/ipfs/js-ipfs (no DHT yet) OR the HTTP proxy of a standalone node as the backend.
  2. Synchronization pins/removes content IDs.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions