abstract-blob-store icon indicating copy to clipboard operation
abstract-blob-store copied to clipboard

Suggestion collections: Tiers and Sharding

Open jbenet opened this issue 9 years ago • 1 comments
trafficstars

Suggest collections:

  • tiered-blob-store -- layered access (for caches, local vs remote, etc) -- https://github.com/datastore/datastore#hello-tiered-access
  • sharded-blob-store -- shard on the key across multiple - https://github.com/datastore/datastore#hello-sharding

jbenet avatar Dec 16 '15 09:12 jbenet

Could those not be implemented as a module that takes abstract-blob-store compatible stores?

jnordberg avatar Oct 07 '17 07:10 jnordberg