Skip to content

Instantly share code, notes, and snippets.

View Stwissel's full-sized avatar
💭
I may be slow to respond.

Stephan H. Wissel Stwissel

💭
I may be slow to respond.
View GitHub Profile
@tbranyen
tbranyen / couchdb-importer.js
Created May 16, 2012 19:45
Miso Project - Dataset: CouchDB Importer
// 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.