Questions tagged [couchdb-2.0]

Use couchdb-2.0 for questions specific to the 2.0 major release of CouchDB and its minor releases.

References

122 questions
-1
votes
2 answers

GET data from Couchdb using Guzzle in php

I'm getting data from Couchdb to PHP using Guzzle library. Now I fetch data in POST format like this: But I need response like this: { "status": 200, "message": "Success", "device_info": { "_id":…
-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
1 2 3
8
9