DRAG DROP Match the Azure Cosmos DB APIs to the appropriate data structures. To answer, drag the appropriate API from the column on the left to its data structure on the right. Each API may be used once, more than once, or not at all.
Gremlin is for graph data (nodes/edges), MongoDB handles JSON documents, and the Table API is key-value storage. Pretty sure this matches Azure Cosmos DB's model support. If you see something different let me know.
Bucket 1: Gremlin API, Bucket 2: MongoDB API, Bucket 3: Table API. Gremlin is always the go-to for graph data structures, MongoDB covers document/JSON, and Table API fits key-value stores. Pretty sure this matches the Cosmos DB model mapping here-correct me if there's a gotcha.
