CouchDB Data Import/Export

DB Stats

Uploading

You can bulk upload an array of JSON objects representing your documents to a remote server via HTTP POST. Make sure that they are formatted one document per line:

  {
    "docs": [
      {"name": "barry", "type": "human"},
      {"name": "carl",  "type": "human"},
      {"name": "ethel", "type": "robot"}
    ]
  }

POST to the this URL: