Skip to content

Instantly share code, notes, and snippets.

@jbailey
Created April 25, 2011 16:50
Show Gist options
  • Save jbailey/940793 to your computer and use it in GitHub Desktop.
Save jbailey/940793 to your computer and use it in GitHub Desktop.
Bulk Insert into couchdb using curl
curl -X POST http://127.0.0.1:5984/geopoll/_bulk_docs -data-binary @seeds.json -H "Content-Type:application/json" -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment