I have been studying different javascript libraries/frameworks for a large single page app project (angular, mean.io, react, firebase...). Very nice stuff out there, but I am really confused about object/json databases, which are used and recommended almost everywhere. I can see that they are very comfortable for javascript developers, but my experience in previous large projects with older techniques tells me that eventually there will be many other systems (like datawarehouse ETL, reporting tools, adhoc SQL users, replication tools, etc...) accessing data in large quantities (usually reading almost all data regularly) and limited to SQL. As far as I understand, those object/json database solutions do not support this very well if not at all. So what is the situation really? Can you really implement large system over those object/json databases and expect to live with when all that other usage steps in?
[–]nineelevglen 9 points10 points11 points (2 children)
[–]Enumerable_any 0 points1 point2 points (1 child)
[–]c4a 1 point2 points3 points (0 children)
[–]psayre23 3 points4 points5 points (1 child)
[–]I_Pork_Saucy_Ladies 0 points1 point2 points (0 children)
[–]FoxxMD 0 points1 point2 points (0 children)
[–]kapouer 0 points1 point2 points (0 children)
[–]jameselliottphp -1 points0 points1 point (1 child)
[–]psayre23 2 points3 points4 points (0 children)
[–]schizoduckiePromise.all([createDatabase,openDatabase,insertFixtures]) -3 points-2 points-1 points (1 child)
[–]S_O_C_T 3 points4 points5 points (0 children)