-
I'm using cloudant-backup (npm module) to take backup of all databases from my Cloudant, but i was able to backup only some no.of db's after that i'm getting an error "Failed to list documents". Can …
-
Cloudant is based on the Apache-backed CouchDB project. Cloudant adds clustering to CouchDB and this functionality has been contributed back to Apache and will become part of CouchDB 2.0.
A few chan…
-
Does _couchmigrate_ work with Cloudant search indexes? As I can see form the code, when migrating design docs with `views`, _couchmigrate_ wait until the view is completely built.
According to Cloud…
-
-
users should be able to rename or add fields in their cloudant log database records. For example, pid could be component id and might want an "additional information" field as well.
-
Current pom file:
```
com.cloudant
cloudant-client
2.19.1
```
https://github.com/cloudant/java-cloudant: **This library is now deprecated and will be end-of-life on Dec 31 2021.**…
-
When I run "yarn start", I've got the following error.
yarn run v1.15.2
```
credentials.iam_apikey: xxx
credentials.iam_username: xxx
/Users/ayatokura/ibmdojo/dxchallenge/watson-discovery-news-…
-
Tried to Connect to CLOUDANT for remote DB Access.
using this:
``` js
remoteCouch: {
adapter: 'sails-couchdb-orm',
host…
-
Hi.
I'd firstly like to ask whether this project aims to support cloudant. I'm currently having an issue with one of the document queries.
Firstly, I'm currently learning cloudant and scala so this …
-
Models are essential to persisting data, which almost any application needs. Since ike is built on Javascript, it makes sense to focus on non-relational databases first.
The first one we're attacki…