Search Results

3
votes

portable non-relational database

Have you looked at CouchDB? It's non-relational, data can be migrated with relative ease and it has a Python API in the form of …
1
vote

Applications for using couchDB and a RDBMS together

One idea is to use a relational database as the main data store and a document-based db as a data distribution mechanism from the back end to the front end(s). …