This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Java and NoSQL in the Real World
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.
In the Java world, Not-only-SQL (NoSQL) systems can be applied in a large number of problem domains. In general, it’s safe to say that NoSQL is a contender against traditional RDBMSs if data storage and retrieval needs aren’t transactional.
This presentation covers three case studies where traditional RDBMS approaches had been taken, and ultimately abandoned in favor of NoSQL document databases and massive, fast-access storage mechanisms. The presentation discussses Java, mongoDB, HBase, GridFS, and HDFS. It provides insights into how each of of the applications were designed, deployed, refactored, and launched ...