PLAY PODCASTS
Java Posse #387 - Roundup '12 - NoSQL

Java Posse #387 - Roundup '12 - NoSQL

The Java Posse

June 16, 20121h 4m

Audio is streamed directly from the publisher (traffic.libsyn.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

Roundup '12 - NoSQL

Fully 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 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, COThanks to Victoria Vickers for production help.

Thanks

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