Skip to content

Instantly share code, notes, and snippets.

View gigq's full-sized avatar

Justin Sanders gigq

View GitHub Profile
@gigq
gigq / gist:166802
Created August 12, 2009 21:54
couchload.rb
#!/usr/bin/env ruby
require 'rubygems'
require 'couchrest'
require 'uuidtools'
require 'benchmark'
couch = CouchRest.new("http://localhost:5984")
db = couch.database('couchload')
db.delete! rescue nil
db = couch.create_db('couchload')