NoSQL
-
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
Making Sense Out of Datomic, The Revolutionary Non-NoSQL Database
I have finally managed to understand one of the most unusual databases of today, Datomic, and would like to share…
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 » -
Software Development
A 3 Step Guide to Getting Started with NoSQL
I have been looking in to NoSQL databases for few months and would like to share my experience with it.…
Read More » -
Software Development
Easy application development with Couchbase, Angular and Node.js
A friend of mine wants to build a simple system to capture ideas, and votes. Even if you can find…
Read More » -
Enterprise Java
Caching with Spring Data Redis
In the example below, I’ll show you how to use the Spring Data – Redis project as a caching provider…
Read More » -
Enterprise Java
MongoDB Authentication
I recently updated mongometer to make it a bit more flexible. Shortly after releasing the new version, one of the…
Read More » -
Enterprise Java
SpiderMonkey to V8 for MongoDB and mongometer
With 10gen switching the default JavaScript engine for MongoDB 2.3/2.4 from SpiderMonkey to V8 I thought I’d take the opportunity…
Read More »