On Thu, Apr 14, 2011 at 3:15 PM, Mauro Fagnoni <[email protected]> wrote:
> I would like to know how I can upload a data file .json (3.1gb) to populate
> my database.
> At the moment i've only create a database name, and if possible I would not
> want to use interface grafical.

It probably depends on how the data in the JSON file is intended to
map onto the data in the DB. For example, if the file represents a
single CouchDB document, then you would just issue a PUT request using
curl.

- Nebu

Reply via email to