MongoDB
-
Enterprise Java
MongoDB and Web applications
Today’s era is when data grows at very huge scale. Data storage is not a problem, yes but the way…
Read More » -
DevOps
MongoDB Pro Tip: Field Projections
Did you ever learn that select * from table in RDBMS-land is bad? Of course, you did! If you’re only…
Read More » -
DevOps
MongoDB Geo-Spatial Mobile Demo
Mongo: noun (pl mongo or mongos) – a monetary unit of Mongolia. Equal to one hundredth of a tugrik. Origin…
Read More » -
Enterprise Java
Setup MongoDB Replica Set in 4 steps
Introduction Before going into details of configuring MongoDB replica sets, let me give brief details about same: Replica Set is…
Read More » -
Enterprise Java
MongoDB Primary Keys Are Your Friend
All documents in a MongoDB collection have a primary key dubbed _id. This field is automatically assigned to a document…
Read More » -
DevOps
MongoDB to CSV
Every once in a while, I need to give a non-technical user (like a business analyst) data residing in MongoDB;…
Read More » -
Enterprise Java
Auditing entities in Spring Data MongoDB
Spring Data MongoDB 1.2.0 silently introduced new feature: support for basic auditing. Because you will not find too much about…
Read More » -
DevOps
Install, setup and start MongoDB on Windows
This post will provide the full path from downloading required binary archive/package for particular Windows version to starting up MongoDB in…
Read More »