This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Underscore utility | |
var _ = require("underscore"); | |
// Miso library | |
var Miso = require("miso.dataset"); | |
// Nano library | |
var nano = require("nano"); | |
/* | |
* The Couchdb importer is responsible for fetching data from a CouchDB | |
* database. |
NewerOlder