简体   繁体   中英

update cosmos db gremlin vertices using document API

Can I use cosmos Document APIs to bulk update gremlin api vertices and edges? we are a java shop and Microsoft doesn't have a java client to do bulk imports into cosmos DB gremlin APIs. It is doable, but is it recommended?

There is a Java Bulk executor library for Azure CosmosDB Gremlin API. Please find more details here

https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-bulk-executor-java

Samples are provided on Github

https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-getting-started

An overview of Azure Cosmos DB bulk executor library is here

https://docs.microsoft.com/en-us/azure/cosmos-db/bulk-executor-overview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM