> Alternately, we could just be sure each app has a good set of RESTful APIs > by which they communicate with each other (and perhaps other apps as well). > This also has the benefit of avoiding backend DB entanglements when one app > needs to evolve differently than the others.
That's what CouchDB fulfills already and on it's own, since it _only_ works over a RESTful API and does not need any proprietary protocol or client library. You can do every operation on it using curl from the shell. -- Florian Ebeling Twitter: febeling [email protected] _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
