I think it is pretty cool that http://couch.io/ is a website served directly by CouchDB. Server: CouchDB/0.12.0ab71f475-git (Erlang OTP/R13B)
According to the response headers, it's about 50/50 Apache and CouchDB depending on the resource.
CouchDB 1.0
71–76 of 76 posts
Re: CouchDB 1.0
#72Congrats, guys! I have to say, though, while you were busy inching towards 1.0 I've fallen in love with other production-ready NoSQL db's (namely Mongo and Cassandra). I'm excited to play with Couch, just to play with it, but as someone who is already very satisfied with other NoSQL technologies (when I need them), what would be your pitch for why I should give Couch a serious look?
I think we have different definitions of "production-ready." I find Cassandra to considerably immature having weird bugs that cause it to outright crash and both Cassandra and Mongo have seen issues from many people with data loss. Yes, people are using these systems in production but they're both still young and immature and it is in everyone's best interest to continue to evaluate possible solutions that are coming…
Have any citations for data loss happening in a release version of mongo, with the recommended configuration (at least 1 slave)?
Re: CouchDB 1.0
#73Hey CouchDB, do you have a page of people using you in production?
Check out http://www.couch.io/case-studies
And a longer list here http://wiki.apache.org/couchdb/CouchDB_in_the_wild
Re: CouchDB 1.0
#74Earlier quoted context omitted.
$ telnet couch.io 80 Trying 80.244.253.216... Connected to couch.io. Escape character is '^]'. GET /get HTTP 1.0 HTTP/1.1 200 OK Date: Wed, 14 Jul 2010 19:28:23 GMT Server: Apache X-Powered-By: PHP/5.2.6-1+lenny8 Vary: Accept-Encoding Connection: close Content-Type: text/html Unknown Domain The Domain "" is not available on this server. Connection closed by foreign host.
HTTP/1.1 is essential for conserving our dwindling IPv4 address space, so I think it's reasonable for servers to require it.
Re: CouchDB 1.0
#75Hey CouchDB, do you have a page of people using you in production?
What up samratjp?! Check out http://www.couch.io/case-studies And a longer list here http://wiki.apache.org/couchdb/CouchDB_in_the_wild
Re: CouchDB 1.0
#76Earlier quoted context omitted.
HTTP/1.1 is essential for conserving our dwindling IPv4 address space, so I think it's reasonable for servers to require it.
Doesn't wget still use HTTP/1.0?
http://wget.addictivecode.org/FrequentlyAskedQuestions?actio...