Datastage and Mongo DB

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
nibumathewbabu
Premium Member
Premium Member
Posts: 22
Joined: Thu Jul 05, 2012 5:09 am
Location: Chennai

Datastage and Mongo DB

Post by nibumathewbabu »

Hi,
I uses Datastage 11.5v and a requirement came to connect to Mongo DB to get data from an external source system.When I checked in Palette I could not find Mongo DB stage as well.

Could some one help me to understand how to connect to Mongo DB from datastage?
Thanks
Nibu Mathew Babu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

A number of vendors offer ODBC drivers for Mongo DB. Make sure you get one that runs on your platform (that is, not one that only runs on Windows). Once you've installed the driver, you can use an ODBC Connector to connect to the database.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I found on developerWorks a presentation from the 2013 conference that described a Connector for Mongo DB.

If that's not to your liking, there is some code on developerWorks that you can plug in to the Java stage, and access Mongo DB using Java.

https://www.ibm.com/developerworks/topics/mongo
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply