Link to home
Start Free TrialLog in
Avatar of Prameet
Prameet

asked on

Stepwise approach to conquer NoSQL and Hadoop : for an RDBMS guy

I'm a searsoned data architect with more than 10 years of experience designing, developing, and performance tuning RDBMS applications primarily in Oracle platform.

To broaden my skill, I want to be proficient in Big data technologies like Hadoop and primarily in NoSQL databases (Riak, HBase,MongoDB, CouchDB).

I'm actively following big data and NoSQL articles and concepts in past 5-6 months but what I want now is hands-on and some in-house project experience on these technologies.

My questions are:
1. What are the technologies, programming languages, concepts I must learn to get a good drip in NoSQL technologies and Hadoop (I know list can be very big - but want to get a quick grip in medium term say 6-8 months)

2. Is there any training, certification valued by industry ?

3. What is the step by step approach for a database guy to conquer
NoSQL Technologies and Hadoop? For example:

A sample path to learn Riak
1. Learn general NoSQL concepts
2. Learn Ruby (prerequisite of talking with many NoSQL APIs)
---- what key concepts I must learn in Ruby
3. Learn / revisit web service basics -  REST etc.
4. Learn RIAK
Above is a sample that I've developed to express what I want to know. Requesting your comment and suggestions.
Avatar of Tomas Helgi Johannsson
Tomas Helgi Johannsson
Flag of Iceland image

Hi!

The most common programming language for NoSQL databases is Java.  So if you do not already know Java I suggest you learn that language. :)

These links are interesting on this matter
 http://nosql-database.org/
 http://nosql.findthebest.com/d/i/Java
 http://en.wikipedia.org/wiki/NoSQL

Hope this helps.

Regards,
     Tomas Helgi
You can also work from a console (command prompt) for many of these NoSQL environments.  That way, you can play with the database without having the programming environment get in your way.

Currently, what languages are used in your production environment?
Avatar of Prameet
Prameet

ASKER

We are using Java and Oracle 10g in production environment on Sun Solaris platform.

I've installed Riak (to begin with) in my Mac for hands on. I plan to do hands-on on HBase, CouchDB and MongoDB.

What skill set I need to get a grip on these? ( I know decent shell scripting and XML).
ASKER CERTIFIED SOLUTION
Avatar of aikimark
aikimark
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial