1.0.8 • Published 9 years ago

vflow-pouchdb v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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.

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago