Top "Cloudant" questions

IBM Cloudant is a fully managed database service for hybrid multicloud applications — built on open source Apache CouchDB with a fully compatible API.

NODEJS - AXIOS : Error : The "url" argument must be of type string. Received type object at Url.parse

I am trying to fetch data from a rest API using AXIOS as below: require('dotenv').config(); const axios = require(…

node.js axios cloudant
How to create index search in CouchDB?

Assuming configuring couchDB locally, how and where to create the search index similarly to Cloudant on Bluemix?

search couchdb ibm-cloud cloudant nosql
Cloudant Selector Query

I would like to query using cloudant db using selector, for example that is shown below: user would like to …

json cloudant
Connect to Cloudant CouchDB with Node.js?

I am trying to connect to my CouchDB database on Cloudant using Node.js. This worked on the shell: curl …

javascript node.js couchdb cloudant
How do I update a doc in Cloudant using Cloudant Node.js

So, what I'm doing should be really simple, and maybe it is and I'm just doing something wrong. I want …

node.js cloudant
Modeling relationships on CouchDB between documents?

I'm trying to model a fairly simple relationship in CouchDB and I'm having trouble determining the best way to accomplish …

couchdb cloudant
Detecting 'unusual behavior' using machine learning with CouchDB and Python?

I am collecting a lot of really interesting data points as users come to my Python web service. For example, …

python machine-learning couchdb bayesian cloudant
Cloudant Query & CouchDB Mango: How to set $regex flags?

Is it possible to set $regex flags using Cloudant Query / CouchDB 2.0 Find? Specifically I want a case insensitive search and …

couchdb cloudant