[...] > Besides, i also have 2 questions in relation to the current progress: > - switching to NoSQL: any experience for a distributed database (nodes having > a subset of the global database, with optional replication between nodes)?
If you want to implement partial replication, CouchDB might be a good choice. Here is a case study using CouchDB replication for replicating clinical information from rural areas with unreliable internet connection to a central server. http://www.couchone.com/case-study-dimagi Anand _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
