You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "Esteban Laver (JIRA)" <ji...@apache.org> on 2017/12/17 18:59:00 UTC

[jira] [Created] (BAHIR-154) Refactor sql-cloudant to use Cloudant's java-cloudant features

Esteban Laver created BAHIR-154:
-----------------------------------

             Summary: Refactor sql-cloudant to use Cloudant's java-cloudant features
                 Key: BAHIR-154
                 URL: https://issues.apache.org/jira/browse/BAHIR-154
             Project: Bahir
          Issue Type: Improvement
    Affects Versions: Spark-2.2.0
            Reporter: Esteban Laver
            Assignee: Esteban Laver


Cloudant's java-cloudant library (which is currently used for testing) contains several features that sql-cloudant can benefit from:
- HTTP 429 backoff
- View builder API to potentially simplify loading for _all_docs/views
- Improved exception handling when executing HTTP requests
- Future support for IAM API key

Would need to replace current scala HTTP library with OkHttp library, and also replace play-json with GSON library.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)