"Distributed" database in Python
Steven D'Aprano
steven at REMOVE.THIS.cybersource.com.au
Mon Mar 15 04:01:02 EDT 2010
On Mon, 15 Mar 2010 08:49:34 +0100, David Tynnhammar wrote:
> Greetings. I'm looking for a "distributed" database. (I'm not sure if
> distributed is the correct terminology though).
>
> My problem is this; I have a client application which once in a while
> needs to sync with a central database. (And of course the client
> -databases might be updated locally etc).
>
> Are there any other resources you can recommend me? (I have basic RDMS
> knowledge (MySQL)).
Google and Wikipedia are your friends.
http://en.wikipedia.org/wiki/Distributed_database
http://www.google.com/search?q=distributed+database
http://www.google.com/search?q=python+distributed+database
If you have already tried this, then you should say so, so that we don't
waste our time, and yours, going over ground you have already covered.
--
Steven
More information about the Python-list
mailing list