Skip to content

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

License

Notifications You must be signed in to change notification settings

mafintosh/skim-blob-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published