The journey to NoSQL
Disclaimer: I’ve never used a NoSQL database before for a real project. I’ve heard about them, and I tried some little things, such as using a MongoDB (MongoHQ) as a hash-in-the-sky storage, I used Redis as a cache for a while before going back to memcached and that’s basically my whole NoSQL experience.
However as I’ve been recently discovering, there’s a lot more to NoSQL than just the hash-in-the-sky.
In the following series of articles, I will write about my journey from NoSQL noob to hopefully a somewhat proficient user. These won’t be very in depth and explanatory articles, but more of a this is my learning experience and how my point of view changes over time.