Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

gulf-backend-blob-store

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulf-backend-blob-store

Abstract Blob Store backend for gulf

latest
Source
npmnpm
Version
5.0.1
Version published
Maintainers
1
Created
Source

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.

(c) 2016 by Marcel Klehr

License: LGPL 3.0

Keywords

operational transformation

FAQs

Package last updated on 13 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts