Apigee Usergrid: Does usergrid allow subcollections? -
i understand in usergrid ui can create individual collection , not allow me create collection under collection. there way of doing . otherwise forced write business logic in proxy layer don't want do.
with regards -s
there no concept of subcollection, can use connections. can this:
post cats/fluffy/hasa/toys/ball
the above mean that entity of type "cat" connected entity of type "toy" called "ball" connection verb "hasa".
you can store sub-objects in individual entity (e.g. full json supported). if want describe use-case bit more, can maybe recommend other ways structure data.
Comments
Post a Comment