is an open source non-relational, distributed database service that requires zero-configuration.

learn more… | top users | synonyms

0
votes
2answers
288 views

cloudDant vs JustOneDB - which one to choose

I am trying to decide which add-on DB to use with my application when I deploy it on AppHarbor. I've two choices: JustOneDB or CloudAnt. I am planning to develop a web and mobile application, which ...
3
votes
1answer
95 views

Hosted Databases: How is latency handeled?

I read some things about hosted (aka cloud) databases. For example Cloudant offers a hosted CouchDB database or Cassandra.io offers hosted Cassandra. I understand why these services solve some ...
0
votes
1answer
91 views

filter and sort based on an aggregate with Cloudant/CouchDB chained map reduce

I would like to filter a list and sort it based on an aggregate; something that is fairly simple to express in SQL, but I'm puzzled about the best way to do it with iterative Map Reduce. I'm ...
1
vote
0answers
17 views

How to trigger or check status of chained map reduce (dbcopy)

With standard CouchDB view indexes, I have flexibility and introspection into staleness vs. freshness. How do I get the analogous functionality for Cloudant's dbcopy feature? CouchDB view query ...
1
vote
0answers
79 views

Connect to Cloudant (CouchDB) with PHPillow

PHPillow uses this method to create a connection: phpillowConnection::createInstance(HOST, PORT_NUMBER, USERNAME, PASSWORD); However, I am using Cloudant as a CouchDB service, so I need to connect ...
1
vote
0answers
128 views

Error in executing bulk Update in Cloudant CouchDB using Ektorp ExecuteBulk () and ExecuteAllOrNothing () API

I am facing an issue with Bulk Update on a list of documents in Cloudant DB (CouchDB) using Ektorp executeBulk & ExecuteAllOrNothing functions. For ...
0
votes
0answers
40 views

CouchDB's userCtx's roles not updated

We have a process that watches for changes in a couchdb server (hosted cloudant) by watching the _changes feed with a filter. In the filter, it uses the userCtx's role property to determine if the ...