CouchDB

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
MaliniLakhani
Participant
Posts: 11
Joined: Mon Oct 25, 2004 5:35 am

CouchDB

Post by MaliniLakhani »

We are trying to look for a database that can store documents and CouchDB came up as one of them.
Has anyone connected to CouchDB or any other document-oriented databases using datastage? I'm not fussed about using Server or PX.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

An internet search suggests that there's a REST API, ODBC access and JDBC access to CouchDB, so there are lots of ways that you could deploy DataStage to connect to CouchDB.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
MaliniLakhani
Participant
Posts: 11
Joined: Mon Oct 25, 2004 5:35 am

Post by MaliniLakhani »

ray.wurlod wrote:Welcome aboard.

An internet search suggests that there's a REST API, ODBC access and JDBC access to CouchDB, so there are lots of ways that you could deploy DataStage to connect to CouchDB.
Thanks Ray
Post Reply