If you choose to store your data in HBase, see the following for a project that supports accessing HBase through Python:
http://search-hadoop.com/m/DHED4syFSo1/hbase+HappyBase&subj=+announce+HappyBase+0+8+a+developer+friendly+Python+library+for+HBase Cheers On Fri, Jan 2, 2015 at 11:44 PM, Alec Taylor <[email protected]> wrote: > Want to replace MongoDB with an HDFS-based database in my architecture. > > Note that this is a new system, not a rewrite of an old one. > > Are there any open-source "fast" read/write database built on HDFS > with a model similar to a document-store, that can hold my regular > business logic and enables an object model in Python? (E.g.: via Data > Mapper or Active Record patterns) > > Thanks for all suggestions > > PS: I am using the "Big data" definition from Cloudera, i.e.: any data > which expands more than one machine >
