On 16/07/2009, at 10:40 AM, Alex North wrote:
> Google's BigTable is not made with Python. Although if running your
> application on Google App Engine is feasible then you can take
> advantage of it anyway.
>
> You might try ZODB, the object database behind Zope, which is pure
> Python. Or one of the other distributed databases you mention with
> python bindings.
I wasn't sure if it fits in the definition of distributed or
horizontal DB but ZODB is certainly a scalable production quality OODB
thats super easy to use in python.
http://www.ibm.com/developerworks/aix/library/au-zodb/
Searching and table based queries are done in conjunction with ZCatalog
http://www.blazingthings.com/dev/zcatalog.html