I hereby claim:
- I am dm04806 on github.
- I am helo (https://keybase.io/helo) on keybase.
- I have a public key ASAjva2mBrwtbMHP7QJZzmUI73W3g7AfqzGqtDOy6QDJPAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function map() { | |
| emit(1, { | |
| sum: this.value, // the field you want stats for | |
| min: this.value, | |
| max: this.value, | |
| count: 1, | |
| diff: 0 | |
| }); | |
| } |
| #-*-coding: utf-8-*- | |
| """ | |
| Simple script to dump documents out of a CouchDB database and straight into | |
| a Couchbase instance. | |
| """ | |
| import time | |
| import sys | |
| import argparse |