microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
94 stars 64 forks source link

Custom Gremlin Query And recursive object building #328

Closed ss09201980 closed 4 years ago

ss09201980 commented 5 years ago

Does the framework support executing complex queries and building vertex and edge hierarchies recursively ?

Incarnation-p-lee commented 5 years ago

@ss09201980 Thanks for issue. This repo only focus on SQL API. If you want to leverage graph API of cosmosdb, you may need to take a look into this spring-data-gremlin.