MongoDB
-
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
MongoDB in 30 minutes
I have recently been bitten by the NoSQL bug – or as colleague of mine Mark Atwell coined “Burn the…
Read More » -
Enterprise Java
Sorting Spring Data MongoDB collections using @OrderBy
This is already third post about tuning and enhancing Spring Data MongoDB capabilities. This time I found that I miss…
Read More » -
Enterprise Java
MongoDB with Java Kickstart
NoSQL databases due to their scalability are becoming increasingly popular. When used appropriately NoSQL databases can offer real benefits. MongoDB…
Read More » -
Enterprise Java
MapReduce with MongoDB
MapReduce is a software framework introduced by Google in 2004 to support distributed computing on large data sets on clusters…
Read More » -
Enterprise Java
MongoDB performance testing
So, this morning I was hacking around in the mongo shell. I had come up with three different ways to…
Read More » -
Enterprise Java
Storing hierarchical data in MongoDB
Continuing NoSQL journey with MongoDB, I would like to touch one specific use case which comes up very often: storing…
Read More » -
Enterprise Java
MongoDB with Spring Data project
All of us are observing the explosion of NoSql solutions these days. I get used to RDBMS but those are…
Read More »