面向文檔的數據庫(特別是RavenDB)真的很吸引我,我想與他們玩一下。然而作爲一個非常習慣於關係映射的人,我試圖想到如何在文檔數據庫中正確地建模數據。 說我有一個在我的C#應用程序下面的實體CRM(留出不需要的屬性): public class Company
{
public int Id { get; set; }
public IList<Contact> Con
我正在使用Google App Engine和Big Table。 我有一個person實體,看起來像這樣: {
// This property would be encoded into JSON and saved un-indexed as db.Text()
phone_numbers:
{
'hHklams8akjJkaJSL': // <--