vflow-pouchdb

1.0.8 • Public • Published

vflow (PouchDB)

vflow is part of the palmetto concept, the vflow module is an abstraction around pouchDB's changes feed and it creates a simple api for interacting with the write stream system. It basically breaks it down into an event emitter.

usage

var flow = require('vflow-pouchdb')('flowdb');
flow.on('<type>:<verb>', ...);
flow.emit('<type>:<verb>', o);

install

npm install vflow-pouchdb

This is module is primarily used in vbridge applications using the palmetto architecture concept, leveraging one write location and components and services.

/vflow-pouchdb/

    Package Sidebar

    Install

    npm i vflow-pouchdb

    Weekly Downloads

    1

    Version

    1.0.8

    License

    MIT

    Last publish

    Collaborators

    • twilson63