There is also Filipe's project that allows to generate some data for
your CouchDB:

https://github.com/fdmanana/seatoncouch


--
,,,^..^,,,


On Mon, Aug 5, 2013 at 9:46 AM, Simon Metson <[email protected]> wrote:
> I wrote [1] a while back. It lets you create a schema for your data then 
> generates random but realistic data like that schema, which is nice if you 
> want to fool around with different data models, make views that look kinda 
> realistic etc.
>
> [1] https://github.com/cloudant-labs/etc/blob/master/gen_docs.py
>
>
> On Monday, 5 August 2013 at 04:59, Dave Cottlehuber wrote:
>
>> On 5 August 2013 04:41, Yves S. Garret <[email protected]> wrote:
>> > Is there any free couchdb data that I can load up into my database and play
>> > with it? Say I'd like
>> > 1000 documents of recipes/song names/city names or something. Any ideas?
>> >
>>
>>
>> Use http://json-generator.appspot.com/ and do a _bulk_docs upload
>> https://couchdb.readthedocs.org/en/latest/api/database.html#post-db-bulk-docs
>> 1000 docs can be done in 1 POST easily.
>>
>> Alternatively you can replicate the npm registry (boooooring data I
>> know) from http://isaacs.iriscouch.com/registry and cancel the
>> replication after you get ~ 1000 docs. It's a 35GiB db so you don't
>> want to finish.
>>
>> A+
>> Dave
>>
>>
>
>

Reply via email to