On Sun, Nov 15, 2009 at 4:43 PM, Robert Recchia <[email protected]> wrote: > I have been playing couchdb for about 2 weeks now. I'm having trouble > dealing with how to perform a bulk insert. > Is it possible to perform a bulk insert with a json file. So lets say > i have a json file with all my documents that i want to insert what is > the syntax to insert them in bulk. I have a db named albums with all > my favorite album names and the groups they are sung by. How does > everyone else deal with bulk inserts. > > -- > Robert Recchia >
Robert, This should give you a good description of the _bulk_docs api. http://wiki.apache.org/couchdb/HTTP_Bulk_Document_API Paul Davis
