Hey all,
I'm a long time Rails developer who has been on the MySQL / Postgres + Ruby/Rails + Redis stack. I've been playing with Node.js lately, and it seems that the Node community loves NoSQL.
I'd love to learn about projects that started out NoSQL, because of it's advantages of speed and scale but had to turn to a relational database for it's advantages - advanced querying, data integrity etc.
Thanks!
So yes, we use both relational and nosql and both have their place. My 2 cents is start with the data, figure how and who the consumers are and how to best structure data for them then pick the most appropriate database. In some cases we have data start in mongo and then it gets processed further, refined and then ultimately dumped in MySQL for reporting and ad hoc queries.