Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Added caching, encryption, compression info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed May 23, 2016
1 parent 1d06f77 commit eb643a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is the official Cloudant library for Java.
* [Using in Other Projects](#using-in-other-projects)
* [License](#license)
* [Issues](#issues)
* [Caching, Encryption, and Compression](#caching-encryption-and-compression)

## Installation and Usage

Expand Down Expand Up @@ -178,3 +179,13 @@ Unless required by applicable law or agreed to in writing, software distributed
If you are a Cloudant customer please contact Cloudant support for help with any issues.

It is also possible to open issues [here in github](../../issues).

## Caching, Encryption, and Compression

Caching data at the client, when it is appropriate for the application, can often improve performance considerably. In some cases, it may also be desirable to encrypt or compress data at the client.
There is no built-in support for caching, encryption or compression at the client in java-cloudant. Other Java libraries that are [not officially supported by Cloudant](https://docs.cloudant.com/libraries.html#-client-libraries), but can provide these capabilities are:

* [java-cloudant-cache](https://github.com/cloudant-labs/java-cloudant-cache) can be used to provide caching integrated with the API of java-cloudant.

* [storage-client-library](https://github.com/aruniyengar/storage-client-library) can be used to provide client-side encryption and compression.

0 comments on commit eb643a7

Please sign in to comment.