Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding Azure Cosmos DB BulkExecutor library for Java #349

Open
ac4922 opened this issue Jul 31, 2020 · 0 comments
Open

Regarding Azure Cosmos DB BulkExecutor library for Java #349

ac4922 opened this issue Jul 31, 2020 · 0 comments

Comments

@ac4922
Copy link

ac4922 commented Jul 31, 2020

I want to perform bulk update on cosmos db using cosmos db java sdk. While reading the docs, I came across the Azure Cosmos DB Bulk Executor library - https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-getting-started

But the sdk it uses -
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb</artifactId>

While, I find all the latest cosmos sdk under -
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>

Could you please help me with these queries:

  1. If the com.microsoft.azure sdk is still valid for use and is recommended?
  2. Is there a similar approach of performing bulk execution using sdk under "com.azure" group id
  3. What would be the suggested approach for updating ( ~200k records) using azure java sdk ?

TIA!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant