The Java Posse
Serving the Java Community since 2005
Tor Norbye (Google), Carl Quinn (Netflix), Dick Wall (Escalate), Chet Haase (Google)

Roundup '12 - NoSQL

Fully formatted shownotes can always be found at http://javaposse.com

This session discusses the usage of NoSQL data stores within Java applications and the experiences developers have had resulting from that endeavor.  

A conclusion seems to be that the selection of the best data store for your application is quite dependent on the type of data that you are storing: XML vs. JSON, many small items vs. large documents, relationships with sibling data items, or its volatility to aspects such as consistency, availability, and partitioning (CAP).

Another observation was that through the use of a Factory type pattern the type of underlying data store could be abstracted away from the applications.  Use of JPA annotations, Mongo annotations, or identifiers for other storage types would be selected by setting a configuration switch.

Recorded at the Java Posse Roundup 2012 in Crested Butte, CO

Thanks to Victoria Vickers for production help.


Thanks



The Java Posse consists of Tor Norbye, Carl Quinn, Joe Nuxoll and Dick Wall

Direct download: JavaPosse387.mp3
Category:general -- posted at: 10:36am PDT

To browse other episodes, use the Archives list on the right >>