Tag Archives: Gremlin
Cosmos Graph DB Automation with Gremlin
We’re getting started on a new project using a graph DB on Microsoft’s Cosmos DB, so we want to set up a process for Cosmos DB deployment automation. We use Azure Resource Manager Templates for automating our Azure resource deployment. This post assumes you have previous experience with ARM templates, Gremlin, and Cosmos DB in general, so we’ll jump straight into some of the quirks that popped up in our
An Introduction to CosmosDB Graph API
In this post, I highlight the first Sigao Studios Academy video, a new YouTube offering from Sigao Studios. In this video, I summarize CosmosDB’s Graph API. CosmosDB uses Apache’s TinkerPop and its Gremlin language to add graph database functionality to its massively scalable data as a service offering. TinkerPop can be found in a host of other graph systems including Blazegraph, ChronoGraph, Hadoop Giraph and others. Its powerful graph traversal language, Gremlin, allows you to quickly traverse a database and derive information from the underlying data.
Recent Comments