I started couchpopulator [1] a while ago but haven't done much with it yet. But maybe it's still useful for your purpose.
Best
Sebastian
[1] https://github.com/tisba/couchpopulator
> --
> You received this message because you are subscribed to the Google Groups "CouchApp" group.
> To post to this group, send email to couc...@googlegroups.com.
> To unsubscribe from this group, send email to couchapp+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/couchapp?hl=en.
Three other options;
use couchapp and put stuff in the _docs folder. On push it will upload them.
Set up the .couch file the way you want it, and just copy that in its
compacted, purged entirety to the dev machine. It will automatically
be made available as a couch DB again.
Have a master DB on your intranet and simply issue a single curl to
trigger one-time replication to the dev box (localhost) remembering to
use admin creds if you want to replicate ddocs as well.
A+
Dave
I really like the replication idea. Thank you, Dave.
Hey people..I'm searching somthing that I can use to populate my database.
I have some default data that I want to insert on database when configure a new developer machine.
I want something like "rake db:seed" of Ruby
Hi Henrique,
Small standalone CouchRest app somewhere around? Just for seeding DB.
--
М.
--
You received this message because you are subscribed to the Google Groups "CouchApp" group.
To post to this group, send email to couc...@googlegroups.com.
To unsubscribe from this group, send email to couchapp+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/couchapp?hl=en.