This is a storage backend for gulf that stores data in a Blob store.
Compatible with gulf v5, only.
const BlobstoreAdapter = require('gulf-backend-blob-store')
new gulf.Document({
ottype: yourOtType
, storageAdapter: new BlobstoreAdapter(YourBlobStoreHere)
})
Pass the blob store instance and optionally the id of the document, if you'd like to store multiple documents in the same store.
(c) 2016 by Marcel Klehr
License: LGPL 3.0