Hacker News
- Picking SQL or NoSQL https://compose.io/articles/picking-sql-or-nosql-a-compose-view/ 12 comments
- Database expert on why NoSQL mattered – and SQL still matters https://medium.com/s-c-a-l-e/database-guru-on-why-nosql-matters-and-sql-still-matters-c64239fe84fd 37 comments
- NoSQL Is Technologically Inferior To SQL http://chronicdb.com/blogs/nosql_is_technologically_inferior_to_sql 9 comments
- Mike Stonebraker: The "NoSQL" Discussion has Nothing to Do With SQL http://cacm.acm.org/blogs/blog-cacm/50678-the-nosql-discussion-has-nothing-to-do-with-sql/fulltext 35 comments
- SQL and NoSQL database query co-pilot https://twitter.com/usebink/status/1621625983458594816 2 comments
- O'Reilly discounts: machine learning, nltk, hadoop, sql, nosql, aws and appeng http://oreilly.com/store/dd-strata-dev.html 33 comments
- Apache Drill 1.0 – Schema-Free SQL Query Engine for Hadoop and NoSQL http://drill.apache.org/ 30 comments
- Getting Real about NoSQL and the SQL-Isn't-Scalable Lie http://www.yafla.com/dforbes/getting_real_about_nosql_and_the_sql_isnt_scalable_lie/ 170 comments programming
- NoSql vs Sql vs Graph Databases Whats the Difference? None 19 comments compsci
- Forget SQL vs NoSQL - Get the Best of Both Worlds with JSON in PostgreSQL https://arctype.com/blog/json-in-postgresql/ 124 comments programming
- SQL vs NoSQL: when to use? https://www.imaginarycloud.com/blog/sql-vs-nosql/ 5 comments programming
- Forget SQL vs NoSQL - Get the Best of Both Worlds with JSON in PostgreSQL https://blog.arctype.com/json-in-postgresql/?utm_campaign=json-postgres&utm_medium=blog&utm_source=reddit 9 comments postgresql
- The SQL vs NoSQL mindset: The Differences, Pros & Cons and the War between them https://piprogramming.org/articles/The-SQL-vs-NoSQL-mindset-The-Differences,-Pros-&-Cons-and-the-War-between-them-0000000014.html 13 comments datascience
- The best SQL vs NoSQL mindset I've ever heard https://codarium.substack.com/p/the-best-sql-vs-nosql-mindset-ive 26 comments datascience
- How to structure code to allow DB swap (SQL and NoSQL)? https://www.reddit.com/r/golang/comments/cbuk3v/how_to_structure_code_to_allow_db_swap_sql_and/ 10 comments golang
- EF Core: Unifying SQL and NoSQL Databases https://www.infoq.com/news/2018/03/ef-core-nosql 6 comments csharp
- SQL vs NoSQL for MOGs http://ithare.com/nosql-vs-sql-for-mogs/ 80 comments programming
- To SQL or NoSQL? That’s the database question http://arstechnica.com/information-technology/2016/03/to-sql-or-nosql-thats-the-database-question/ 28 comments programming
- SQL vs NoSQL: you do want to have a relational storage by default http://enterprisecraftsmanship.com/2015/11/06/sql-vs-nosql-you-do-want-to-have-a-relational-storage-by-default/ 63 comments programming
- The 10 Most Popular DB Engines (SQL and NoSQL) in 2015 http://blog.jooq.org/2015/10/15/the-10-most-popular-db-engines-sql-and-nosql-in-2015/ 12 comments programming
- SQL vs. NoSQL KO. Postgres vs. Mongo https://www.airpair.com/postgresql/posts/sql-vs-nosql-ko-postgres-vs-mongo 278 comments programming
- Postgresql JSON data type - The best of both the NoSQL and SQL worlds! http://www.jumpingbean.co.za/blogs/mark/postgresql-javascript-native-json-support 6 comments programming
- Strong + Weak Use Cases for SQL and NoSQL DBs http://mpron.github.io/the-right-database-for-your-use-case/ 42 comments programming
- Can't we get along? SQL vs. NoSQL http://wildermuth.com/2014/8/3/can_t_we_just_get_along_the_spurious_nosql_battle 9 comments webdev
- MongoDB is to NoSQL like MySQL to SQL — in the most harmful way http://use-the-index-luke.com/blog/2013-10/mysql-is-to-sql-like-mongodb-to-nosql 73 comments programming
- From SQL to NoSQL - Lessons Learned http://www.wireclub.com/development/tqnkqwq8cxuytvt90/read 59 comments programming
- NoSQL meet SQL (a SQL front-end to CouchDB) http://legitimatesounding.com/blog/nosql_meet_sql.html 6 comments programming
- The "NoSQL" Discussion has Nothing to Do With SQL | Communications of the ACM http://cacm.acm.org/blogs/blog-cacm/50678-the-nosql-discussion-has-nothing-to-do-with-sql/fulltext 31 comments programming
- Questions regarding clarification on NOSQL vs SQL Design https://youtu.be/0buKQHokLK8?t=128 5 comments database
- ORM(ODM) for both SQL and NoSQL databases https://github.com/nodefruit 6 comments javascript
- NoSQL vs SQL for "Room Share" GrapQL App With Node https://dzone.com/articles/why-mongodb 34 comments node
- Almost every write up I see for GraphQL uses an SQL DB. Is there an advantage to this over a nosql DB or is it application specific? https://www.reddit.com/r/webdev/comments/9u8y39/almost_every_write_up_i_see_for_graphql_uses_an/ 5 comments webdev
- PostgreSQL is going to support queryable JSON storage fields. Which means you have to no longer choose between SQL and NoSQL https://wiki.postgresql.org/wiki/what%27s_new_in_postgresql_9.4 16 comments webdev
- Scaling horizontally is not about response time--indexing is. In SQL and NoSQL. http://use-the-index-luke.com/sql/testing-scalability/response-time-throughput-scaling-horizontal 22 comments programming
- SQL AND NoSQL are really just two sides of the same coin.[Erik Meijer and Gavin Bierman, Microsoft] http://queue.acm.org/detail.cfm?id=1961297 7 comments compsci
- SQL Server 2014: NoSQL Speeds with Relational Capabilities http://www.infoq.com/articles/sql-server-2014-nosql 9 comments programming
- Announcing version 2 of db! an ORM-like package for SQL and NoSQL databases https://upper.io/db.v2/ 10 comments golang
- MongoDB vs. SQL Server 2008 Performance Showdown - Further proof that the NoSql crowd have no clue what they are doing. http://www.michaelckennedy.net/blog/2010/04/29/mongodbvssqlserver2008performanceshowdown.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=feed%3A+michaelckennedysweblog+%28michael+c.+kennedy%27s+weblog%29 114 comments programming
- CQEngine is a NoSQL indexing and query engine, for retrieving objects from Java collections using SQL-like queries, without the overhead of iterating through the collection. Ultra-low latency, response times are in the order of microseconds. [x-post from /r/javapro] http://code.google.com/p/cqengine/ 15 comments java
- VoltDB - Scalable, Open-Source RDBMS. VoltDB scales way beyond traditional databases, without sacrificing SQL or ACID for transactional data integrity. A comeback for SQL databases in front of the NoSQL trend? http://voltdb.com/content/voltdb-oltp-database-youll-never-outgrow 45 comments programming