Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道在 usergrid UI 中我可以创建一个 Individual collection ,但它不允许我在一个集合下创建一个集合。有没有办法做到这一点。否则我们将被迫在代理层中编写我们不想做的业务逻辑。
问候-S
没有子集合的概念,但您可以使用连接。所以你可以做这样的事情:
POST 猫/蓬松/hasa/玩具/球
以上将意味着“猫”类型的实体通过连接动词“hasa”连接到称为“球”的“玩具”类型的实体。
您还可以将子对象存储在单个实体中(例如,支持完整的 JSON)。如果您想更多地描述您的用例,我可能会推荐其他方式来构建您的数据。