cloudant / java-cloudant

A Java client for Cloudant
Apache License 2.0
79 stars 68 forks source link

Partitioned databases #473

Closed smithsz closed 5 years ago

smithsz commented 5 years ago

Checklist

Description

Adds partitioned database support.

Approach

Inject _partition/<partitionKey> into the request URI when a partition key is specified for the following operations:

Also, adds an additional method on the database class to fetch database partition metadata.

Schema & API Changes

No breaking API changes.

New API:

Security and Privacy

No change.

Testing

Added additional tests:

Monitoring and Logging

No change.