Connecting IBM Db2 to Watson Assistant

391 Views Asked by At

I am trying to connect IBM Watson Assistant to IBM Db2. The use case is the user will input data through a channel and the data will be inserted in Db2. I am under the impression that Node.Js would be needed and I am confused on how to get Data inputted into Db2 through the Watson Assistant.

Any help would be greatly appreciated. Thanks in advance!

1

There are 1 best solutions below

0
On

this Assistant Db tutorial shows how to call from Assistant to a cloud function and then into a database.

Although it is querying the database with information from Assistant, the Nodejs code could instead update the database with information from Assistant. You would have to write this update code for your use case.

I recommend the same architecture to work with your database.