What is a good resource for designing databases in Bigtable / S3 / Azure databases?

Based on the background of a relational database, I can quickly switch to documented databases. Many of the most valuable “relationships” are supported by the document hierarchy. Many NoSQL DODB variants also offer a very rich query language. I think this is a subset of NoSQL.

I am looking for a good design reference around a database style implemented by Azure Table Storage, S3 and BigTable. It seems that all the patterns that I see are trivial implementations.

Do you know of any non-trivial design procedures in this space?

+5
source share
2

( ) blog NoSql RavenDB - NoSql.

, RavenDB, NoSql.

0

All Articles