Skip to content

Instantly share code, notes, and snippets.

View wizlif's full-sized avatar
👨‍💻
Coding

Isaac Obella wizlif

👨‍💻
Coding
View GitHub Profile
@wizlif
wizlif / couchdb2cb.py
Created December 2, 2017 09:55 — forked from necaris/couchdb2cb.py
Simple script to transfer data from CouchDB to Couchbase
#-*-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