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
-3
votes
1 answer

Updating Cloudant database using Java

Was wondering if it possible to write code in Java that will update the entries in my Cloudant database? Thanks
-5
votes
3 answers

JS trim() function in cloudant

I've built a search index in Cloudant. I use trim() to remove space in string. However, it does not work. How can I do this? Update: I have a JSON object ... "attributeArray": [ { "name": "this is a web authentication" …
Hong
  • 25
  • 6
1 2 3
82
83