Ask HN: Have you had to switch / compensate your NoSQL DB with a relational DB?
8 points| vishaldpatel | 10 years ago
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!
davismwfl|10 years ago
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.
sdegutis|10 years ago
mmaunder|10 years ago
aprdm|10 years ago
brianwawok|10 years ago
You can, not always the best tool for the job...
lsiebert|10 years ago