This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: SQL? NoSQL? NewSQL? What Should a Java Developer Do?
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
NoSQL databases such as MongoDB, Cassandra and others can simplify the persistence of complex data models and offer significantly better scalability and performance. But these databases have a very different and unfamiliar data model and APIs as well as a limited transaction model. Additionally the relational world is fighting back with so-called NewSQL databases such as VoltDB, which use a radically different architecture for high scalability and performance as well as the familiar relational model and ACID transactions.
In this presentation you will learn about popular MongoDB, and Cassandra as well ...