Top "Couchdb" questions

Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion.

Authentication in Ionic/Cordova App

First off, I'm no pro. In my quest to become a better developer I am trying to understand what is …

angularjs authentication couchdb angular-ui ionic-framework
Sorting CouchDB Views By Value

I'm testing out CouchDB to see how it could handle logging some search results. What I'd like to do is …

sorting couchdb
System.Net.Http.HttpClient caching behavior

I'm using HttpClient 0.6.0 from NuGet. I have the following C# code: var client = new HttpClient(new WebRequestHandler() { CachePolicy = new HttpRequestCachePolicy(…

c# wcf couchdb wcf-web-api
Can I use MongoDB as a replacement for CoreData on iOS?

I'm just starting to read up on NoSQL technologies such as MongoDB and CouchDB. I'm interested in knowing whether I …

iphone core-data mongodb couchdb native
CouchDB sorting and filtering in the same view

I'm trying to use CouchDB for a new app, and I need to create a view that sorts by multiple …

sorting filter nosql couchdb
Amazon S3 architecture

While the post @ http://highscalability.com/amazon-architecture explains Amazon's architecture in general, I am interested in knowing how Amazon S3 …

amazon-s3 couchdb amazon hadoop distributed-system
Confused on how to use CouchDB on Android

I want to get CouchDB running as the backend for my mobile app, replacing SQlite. I have been incredibly confused …

android couchdb couchbase touchdb
What's the best way to store datetimes (timestamps) in CouchDB?

I'm thinking that UTC time strings like 2011-01-26 21:41:09 +0000 might be okay since they sort correctly if they are used …

json datetime couchdb
bigtable vs cassandra vs simpledb vs dynamo vs couchdb vs hypertable vs riak vs hbase, what do they have in common?

Sorry if this question is somewhat subjective. I am new to 'could store', 'distributed store' or some concepts like this. …

couchdb cassandra amazon-simpledb bigtable hypertable
how to add cors in couchDB -- No 'Access-Control-Allow-Origin' header is present on the requested resource

I am trying to create a html file which synchronize data from a pouchDb to couchDb ..but iam getting the …

javascript html cors couchdb pouchdb