-
I'm trying to setup an app on Heroku. Heroku provides the URL to the your couch instance through an environment variable. So connecting to the database would be achieved like this:
```
var CouchClien…
-
Hi! The first thing I did with soca was run off and install action on Cloudant. Viewing a filtered list didn't work, and the next day I got an email from Cloudant, saying that a newline was crashing t…
-
The main database in cloudant needs some sort of continuous backup so that we can restore a user's account in the event that an unforeseen error occurs. @as-david-m @RomanKisilenko , this is somethi…
-
This example is to highlight the following CDS functionality:
- ml algorithm by offline training on a dataset using Spark
- cloudant sync application that generates new data unlabeled data
- spark clo…
-
hello Colin,
Now that there's a mandatory migration from Cloudant to BlueMix,
I'm afraid your amazing superlogin middleware is not compatible with Bluemix.
What I've simply done:
1. Migrate s…
-
We just verified that we do have support for env. variables in #249 and they can be referenced by using ($) dollar notation like `$CLOUDANT_USERNAME` and `$CLOUDANT_PASSWORD` in the following exampl…
-
CouchDB 2 has a new way to query the database without using views:
- https://blog.couchdb.org/2016/08/03/feature-mango-query/
- https://github.com/cloudant/mango
Perhaps this could be implemented as…
-
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.
-
Hello, went through steps indicated here, but when I try to read docs from a Cloudant db the SPSS seems to freeze, even though the window showing the time of execution be up. I tried several things li…
-
Please note that the `/{db}/_explain` endpoint gained some extensions a couple of months ago to aid users in understanding the index selection logic better. This has been documented by Apache CouchDB…