Azure Cosmos DB: Bulk executor Java API, SDK & resources (original) (raw)

Java bulk executor library: Download information

In this article

APPLIES TO: NoSQL

Important

On February 29, 2024 the Azure Cosmos DB Sync Java SDK v2.x will be retired; the SDK and all applications using the SDK including Bulk Executorwill continue to function; Azure Cosmos DB will simply cease to provide further maintenance and support for this SDK. We recommend following the instructions above to migrate to Azure Cosmos DB Java SDK v4.

Link/notes
Description The bulk executor library allows client applications to perform bulk operations in Azure Cosmos DB accounts. bulk executor library provides BulkImport, and BulkUpdate namespaces. The BulkImport module can bulk ingest documents in an optimized way such that the throughput provisioned for a collection is consumed to its maximum extent. The BulkUpdate module can bulk update existing data in Azure Cosmos DB containers as patches.
SDK download Maven
Bulk executor library in GitHub GitHub
API documentation Java API reference documentation
Get started Get started with the bulk executor library Java SDK
Minimum supported runtime Java Development Kit (JDK) 7+

Release notes

2.12.3

2.12.2

2.12.1

2.12.0

2.11.0

2.10.0

2.9.4

2.9.3

2.9.2

2.9.1


Feedback