A Gentle Introduction to CouchDB for Relational Practitioners
blog.couchone.com
A Gentle Introduction to CouchDB for Relational Practitioners
1–10 of 12 posts
Re: A Gentle Introduction to CouchDB for Relational Practitioners
#2Re: A Gentle Introduction to CouchDB for Relational Practitioners
#3Re: A Gentle Introduction to CouchDB for Relational Practitioners
#4Re: A Gentle Introduction to CouchDB for Relational Practitioners
#5Well, I'm sold. I checked out Mongo before, and it was relatively pleasant. But I wonder if Couch is more reliable and mature? I'd love to dive into building a brand new system I have in mind that seems like a good fit for a document database.
Side comment: learning to write map reduce algos instead of just querying was kind of difficult at first (for document databases in general). The article seems to have neglected to mention it -- it had the steepest learning curve in the overall couch-learning process for me.
Re: A Gentle Introduction to CouchDB for Relational Practitioners
#6Well, I'm sold. I checked out Mongo before, and it was relatively pleasant. But I wonder if Couch is more reliable and mature? I'd love to dive into building a brand new system I have in mind that seems like a good fit for a document database.
I've used it with rails for a short time now, still trying to dig deeper -- I really don't know if it's more reliable or mature than Mongo, but it was also a relatively pleasant experience. Also, I do know that it integrates very nicely with rails, and that you should use couchrest with it if you're on rails ( http://github.com/couchrest/couchrest ). Side comment: learning to write map reduce algos instead of just qu…
Re: A Gentle Introduction to CouchDB for Relational Practitioners
#7Earlier quoted context omitted.
I've used it with rails for a short time now, still trying to dig deeper -- I really don't know if it's more reliable or mature than Mongo, but it was also a relatively pleasant experience. Also, I do know that it integrates very nicely with rails, and that you should use couchrest with it if you're on rails ( http://github.com/couchrest/couchrest ). Side comment: learning to write map reduce algos instead of just qu…
In my few months with Couch I've found it to live up to its "relax" motto, at least until I hit pagination. What you have to go through will seem grotesque to anyone coming from SQL.
haven't used this but i saw this on SO the other day ... I just started looking at the whole NoSQL paradigm to experiment in the near future and i felt it was helpful to track some tags on StackOverflow to learn about issues people face...
Re: A Gentle Introduction to CouchDB for Relational Practitioners
#8Re: A Gentle Introduction to CouchDB for Relational Practitioners
#9How well can Couch handle heavy textual use? does it play well with Lucene?
Re: A Gentle Introduction to CouchDB for Relational Practitioners
#10Any HNers using Couch heavily? I'd love to hear about people's experience with CouchApps.
Oh yeah, and Futon is an awesome tool. On some of the sites where I've been too lazy to build CMS tools, I'm just using it to update the site, and it works quite well for that. It also makes it easy to just jump in and fix something up whenever you need to.