December 2011
1 post
3 tags
Banzai - Document Processing Pipelines in Node.js
Banzai is a document processing framework for Node.js. You define a set of pipelines into which you push documents. Each document in a pipeline has a given state. A state transition triggers a state entry handler that can transform the document and interact with the outside world. The documents ends in a defined or in an “error” state. Rollback and Playback You can roll-back the...
Dec 8th
31 notes