On Wed, Aug 18, 2010 at 8:58 AM, Michael Peck <[email protected]> wrote:
> I have been tinkering with Catalyst, and lurking on this list, for > quite some time. I am planning to use catalyst in a project that > likely will end up scaling rather quickly. From all I've learned > here, choosing Catalyst was fairly easy, though I haven't yet chosen > the database for the project. I was recently introduced to > CouchDB--I've yet to even download it, but I've read a great deal > about it, and have read most of the book. I believe it will be a good > fit for my needs, but I have found little information as to how well > it integrates with Catalyst. > > Are you using CouchDB with Catalyst? > Is it ready for use in a high-volume Catalyst App? > Do you have examples of using CouchDB in Catalyst that you are willing to > share? > Do you have any other suggestions or advice? > > Michael, Here you can find some CouchDB related modules (not catalyst specific) - http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=site:search.cpan.org+couchdb. Creating model is pretty easy process with Catalyst::Model::Adaptor. So you shouldn't have hard time accessing data in CouchDB from catalyst app. Just decide if you want to go with CouchDB as storage or not. (no, i am not using couchdb - didn't had project suitable for it yet) Regards, Pavel
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
