Sebastien, On Mon, Nov 23, 2009 at 10:11 AM, Sebastien PASTOR <[email protected]> wrote: > Hello, > > I am trying to figure out how to best implement CouchDB (using a web > framework like pylons or directly). > I like the idea of being able to use only CouchDB and javascript but i > am wondering wheter i would be limited in some ways at some point. > For instance, i would need to call a web service server side before > running and returning the result of a view. > Would i need to write some kind of externals that would run the Web > service call then call ia view locally and return the result to client ? > Should if use and _update call? How would i call a view then ? > Would it be another solution i am missing or would you advice for such > cases to run a frontend like pylons that would do the work ? >
Have you taken a look at CouchApp (http://wiki.github.com/jchris/couchapp/manual). It might solve your problem. Best Regards, Andrew Melo > Thanks for your advice , > > Regards > > Sebastien PASTOR > -- -- Andrew Melo [email protected]
