Questions tagged [cloudant]

IBM Cloudant is a fully managed database service for hybrid multicloud applications — built on open source Apache CouchDB with a fully compatible API. Sync data to any cloud or to the edge.

Cloudant is a Massachusetts-based enterprise software company which provides an open source non-relational, distributed database service of the same name that requires zero-configuration. Cloudant is based on the Apache-backed CouchDB project and the creator of the open source BigCouch project.

Cloudant's service provides integrated data management, search, and analytics engine designed for web applications. Cloudant scales your database on the CouchDB framework and provides hosting, administrative tools, analytics and commercial support for CouchDB and BigCouch. Cloudant's distributed CouchDB service is used just like you would use standalone CouchDB, with the added advantage of your data being redundantly distributed over multiple machines.

Cloudant is often considered part of a new generation of 'NoSQL' databases that don't require fixed table schemas and is challenging the dominance of traditional relational databases (including the popular MySQL).

From Wikipedia entry on Cloudant.

1232 questions
-2
votes
1 answer

How can i load data in IBM cloudant DB using node.js?

I am trying to create a survey using node.js+ejs and try to save data in cloudant DB but i am new with that so anyone knows how to do that ?
jugal
  • 341
  • 1
  • 3
  • 17
-2
votes
1 answer

How will one implement like and dislike counts, for a post, in Couchdb/Couchbase

How do one implement live like and dislike [or say views count] in couchdb/couchbase in the most efficient way. Yeah one can use reduce to calculate count each time and on front end only use increment and decrement to one API call to get…
Anurag Vohra
  • 1,781
  • 12
  • 28
-2
votes
2 answers

CouchDB View takes 12 hours to update after inserting 50k transactions

I am trying to load test one aspect of our application. It involves a lambda that grabs data from Cloudant and processes it. Due to constraints on AWS' API Gateway, we receive a timeout from the gateway if the lambda takes more than 30 seconds to…
BionicSheep
  • 444
  • 5
  • 14
-2
votes
1 answer

How to generate a new _rev in Cloudant/CouchDB

According to CouchDB and Cloudant documentation, to update an existing document, you issue a PUT request. In this case, the JSON body must contain a _rev property. If this property/field is not provided, the update will fail with error Document…
JAM
  • 740
  • 3
  • 15
  • 33
-2
votes
1 answer

Is it possible make Watson Assistant search a data on IBM Cloudant?

I am developing a chat bot using IBM Watson Assistant. Because the project is still in its early stage, I am still using the free plan. Everything was working relatively well until a couple weeks ago when I hit a brick wall. I need my Assistant to…
k-i-q
  • 1
  • 1
-2
votes
2 answers

Is keeping a log of all document relationships an anti-pattern in CouchDB?

When we return each document in our database to be consumed by the client we also must to add a property "isInUse" to that document's response payload to indicate if a given documented is referenced by other documents . This is needed because…
J. Araujo
  • 89
  • 1
  • 8
-2
votes
1 answer

What are the advantages of using java cloudant client?

What are the main advantages of using java cloudant client api instead of directly using the cloudant REST API? thanks
Ravi
  • 15
  • 2
-2
votes
1 answer

How to save bulk document in Cloudant using Java or Spark - Java?

Cloudant Client library available in Java that will store one document at a time, CloudantClient client = ClientBuilder.account("accounbt") .username("username").password("password") …
Vimal Dhaduk
  • 994
  • 2
  • 18
  • 43
-2
votes
2 answers

Convert permute method from Java to JavaScript

I implemented a Java code for permutation combination a string with input str= "word1 word2 word3" then output as: arr[0]= "word1 word2" arr[1]= "word1 word3" arr[2]= "word1 word2 word3" arr[3]= "word2 word1" arr[4]= "word2 word1 word3" arr[5]=…
Nguyen Chi Hieu
  • 98
  • 1
  • 11
-2
votes
1 answer

Cloudant : Error with running weatherreport to check cluster health

We have three node cluster setup and facing issue to run weather report command. By looking at error, it is clear that machine from where weatherreport utility is running not able to connect to other two machines. I have checked all machines and…
DPM
  • 53
  • 1
  • 9
-2
votes
2 answers

How to INSERT DATA in CLOUDANT DATABASE from ANDROID APP

I am working on a ANDROID APP which's database is CLOUDANT stored on IBM's cloud. Actually I am working on PERSONALITY INSIGHTS service of IBM. I want to store quiz data to CLOUDANT database of specific user. I have manually added 2(Two) documents…
Maulik Dodia
  • 1,629
  • 2
  • 21
  • 48
-2
votes
1 answer

How can I use spring RestTemplate to make a test request against the Cloudant API?

I'm looking for some guidance to execute a basic API call against Cloudant using Spring RestTemplate. Here are some assumptions: I know how to program in Java I know how to use Cloudant's API I need to use Spring RestTemplate However, I'm not…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
-2
votes
2 answers

Connect to Cloudant via Excel Macro

I want to connect to a Cloudant database from an Excel Macro that I have written. The macro would essentially need to find data in a specific field searching on another field. Example: For ID="2", return data in field "Name". Does anyone know how…
Julie
  • 65
  • 1
  • 11
-3
votes
1 answer

How to write Ng-repeat for below cloudant Nested loop response to my HTML Table..?

// { "data":{ "total_rows":3, "offset":0, "rows":[ { …
-3
votes
1 answer

How to connect my java code to cloudant no-sql?

I used java liberty with cloudant in watson services. And i got my starter code as a zip file. I have sample code how to connect it to cloudant no-sql db. Please explain me? I used java liberty with cloudant no-sql. I have starter code. How to…
SaiCharan
  • 11
  • 3
1 2 3
82
83