A base class for persisting data to a database. This supports file system data stores as well, but is restricted to Node.js (backend) use. This will not work in a browser.
Shortbus is a lightweight data processing/ETL module designed to run asynchronous processes in a seemingly synchronous way. The module acts as a mini service bus. The approach helps developers produce more readable data flow code. Code is cleaner, more structured, and provides a means to avoid callback hell.