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

Commit

Permalink
Merge pull request #264 from cloudant/cec-readme
Browse files Browse the repository at this point in the history
Added caching, encryption, compression info to README
  • Loading branch information
ricellis committed May 23, 2016
2 parents 1d06f77 + eb643a7 commit 9490872
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 9490872

Please sign in to comment.