skim-blob-store

1.1.0 • Public • Published

skim-blob-store

Blob store that will read from a remote blob store and cache it to a local one.

npm install skim-blob-store

build status

blob-store-compatible

Usage

var skim = require('skim-blob-store')
 
var blobs = skim(localBlobStore, remoteBlobStore)
 
blobs.createReadStream({key: 'some-key'})
  .pipe(process.stdout)

In the above example if some-key is already in localBlobStore it will just be read from that one. If not it will try and copy it from remoteBlobStore

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    5
  • 1.0.0
    0

Package Sidebar

Install

npm i skim-blob-store

Weekly Downloads

5

Version

1.1.0

License

MIT

Last publish

Collaborators

  • mafintosh
  • maxogden