thdotnet / CosmosDBMVPConfBR

Demo of Azure CosmosDB - Gremlin API

Repository from Github https://github.comthdotnet/CosmosDBMVPConfBRRepository from Github https://github.comthdotnet/CosmosDBMVPConfBR

CosmosDBMVPConfBR

Demo of Azure CosmosDB - Gremlin API

query samples:

GET all cast from the matrix movie

g.V('1').outE('starred').inV()

GET all actors

g.V().hasLabel('person').has('role', eq('actor'))

GET all actress

g.V().hasLabel('person').has('role', eq('actress'))

GET all movies before 2005

g.V().hasLabel('movie').has('year', lt('2005'))

About

Demo of Azure CosmosDB - Gremlin API


Languages

Language:C# 100.0%