Comment Re:Why only NoSQL? (Score 1) 272
There are no pure NoSQL or pure SQL projects/solutions, sooner or later you will end up using both SQL and NoSQL, with NoSQL it can be even worse. I have seen project that are using 2 and more different NoSQL solutions. For example, mongodb for documents and neo4j as a graph database and some other database for relational data. Hybrid approach simplifies all this, you just have to plan and choose wisely.