Skip to content

Gulf backend adapter for blob stores

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
COPYING.LESSER
Notifications You must be signed in to change notification settings

gulf/gulf-backend-blob-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulf backend: Blob store

This is a storage backend for gulf that stores data in a Blob store.

Compatible with gulf v5, only.

Usage

const BlobstoreAdapter = require('gulf-backend-blob-store')

new gulf.Document({
  ottype: yourOtType
, storageAdapter: new BlobstoreAdapter(YourBlobStoreHere)
})

API

class: BlobstoreAdapter(store:BlobStore, [docId:Number = 0])

Pass the blob store instance and optionally the id of the document, if you'd like to store multiple documents in the same store.

Legal

(c) 2016 by Marcel Klehr

License: LGPL 3.0

About

Gulf backend adapter for blob stores

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published