DP-900 · Question #219
Which Azure Cosmos DB API should you use for a graph database?
The correct answer is D. Gremlin. Azure Cosmos DB for Apache Gremlin is a graph database service that can be used to store massive graphs with billions of vertices and edges. You can query the graphs with millisecond latency and evolve the graph structure easily. The API for Gremlin is built based on Apache…
Question
Options
- ATable
- BCassandra
- CCore (SQL)
- DGremlin
How the community answered
(26 responses)- B4% (1)
- C8% (2)
- D88% (23)
Explanation
Azure Cosmos DB for Apache Gremlin is a graph database service that can be used to store massive graphs with billions of vertices and edges. You can query the graphs with millisecond latency and evolve the graph structure easily. The API for Gremlin is built based on Apache TinkerPop, a graph computing framework that uses the Gremlin query language. https://learn.microsoft.com/en-us/azure/cosmos-db/gremlin/introduction
Topics
Community Discussion
No community discussion yet for this question.