Tuesday, March 06, 2018

Exploring Azure Cosmos DB With Gremlin Graph Database

DZone Database Zone
Exploring Azure Cosmos DB With Gremlin Graph Database
Exploring Azure Cosmos DB With Gremlin Graph Database

In this article, we will learn about Azure Cosmos DB. We'll get started with creating an Azure Cosmos DB account with the Graph API. Also, we'll create a graph database and collections using Azure Portal.

Prerequisite Microsoft Azure subscription Overview

Azure Cosmos DB is Microsoft's globally distributed, multi-modal database with scale at the click of a button. Because it's multi-modal, it supports document, table, and graph values together in a single database.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...