Further reading
- The following is a reference to the Gremlin language, which is supported by Cosmos DB: http://tinkerpop.apache.org/docs/current/reference/#graph-traversal-steps.
- The following is a general description of the Cosmos DB graph data model: https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction.
- Details on how to use Cosmos DB’s official .NET client can be found at https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-dotnetcore-get-started. A good introduction to the
MvcControlsToolkit.Business.DocumentDB
NuGet package that we mentioned in this chapter is the Fast Azure Cosmos DB Development with the DocumentDB Package article contained in Issue 34 of DNCMagazine. This can be downloaded from https://www.dotnetcurry.com/microsoft-azure/aspnet-core-cosmos-db-documentdb.
Learn more on Discord
To join the Discord community for this book – where you can share feedback, ask questions to the authors, and learn about...