NoSQL
-
Software Development
MongoDB From the Trenches: Masochistic Embedded Collections
MongoDB supports rich documents that can include, among other things, embedded documents. This feature embodies a has-a relationship quite nicely…
Read More » -
Software Development
Modeling Mongo Documents With Mongoose
Without a doubt, one of the quickest ways to build an application that leverages MongoDB is with Node. It’s as…
Read More » -
Software Development
MongoDB From the Trenches: Prudent Production Planning
While starting out with MongoDB is super easy, there are few things you should keep in mind as you move…
Read More » -
Enterprise Java
Redis pub/sub using Spring
Continuing to discover the powerful set of Redis features, the one worth mentioning about is out of the box support…
Read More » -
Enterprise Java
Implementing Entity Services using NoSQL – Part 5: Improving autonomy using the Cloud
In the previous posts I discussed how I went about building my SOA ‘Entity’ service for Products by using a…
Read More » -
Enterprise Java
Implementing Entity Services using NoSQL – Part 4: Java EE
Now that I have prepared a skeleton contract-first web-service and created a data access layer using Ektorp and CouchDB, it’s…
Read More » -
Enterprise Java
Implementing Entity Services using NoSQL – Part 3: CouchDB
Following on from Part 2 of this series where I created and deployed the Product Entity Service using the SOA…
Read More » -
Enterprise Java
Implementing Entity Services using NoSQL – Part 2: Contract-first
It’s time to begin the coding of my SOA entity service with NoSQL project, and as promised I’m starting with…
Read More » -
Enterprise Java
Implementing Entity Services using NoSQL – Part 1: Outline
Over the past few weeks I’ve been doing some R&D into the advantages of using NoSQL databases to implement Entity…
Read More »