Graph Computing: How the Gremlin Stole Christmas

Data Engineering

Graph databases are popular for modeling data where the relationship between data points is at least as important as the data points themselves. Come learn how and when you should leverage graphs to better model scenarios like social networks, project workflows, or in our case, Santa's present delivery route. We'll learn about the Gremlin console and how you can use Gremlin, a graph query language (think SQL for relational databases), with Azure Cosmos DB's Graph API to traverse your graph. Additionally, because Cosmos DB is NoSQL and multi-model we will also touch on how you can access your graph in other ways!