Tag Archives: CosmosDB
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
SQLSaturday #652 – “I Like Big Data” for $400 meets Atlanta, GA
I’m excited to have the opportunity to speak at SQLSaturday #652 in Atlanta, GA on July 15, 2017. SQLSaturday #652 will be my fourth SQLSaturday to speak at, and I’m loving getting engaged with the SQL community through SQLSaturday and PASS (a not-for-profit organization that supports data professionals who use the Microsoft Data Platform). SQLSaturday Atlanta is a large event with over 60 sessions and a host of wonderful speakers from all over. Topics will range from the administration and maintenance of SQL server to indexing and advanced T-SQL all the way to topics like mine, CosmosDB and NoSQL databases.
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