Java Posse: Roundup '12 - NoSQL

Java Posse

Roundup '12 - NoSQLFully formatted shownotes can always be found at http://javaposse.comThis 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 selecti.

Episode synopsis

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

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Linux is only free if your time has no value” - Jamie Zawinski