简体   繁体   中英

Connecting IBM Db2 to Watson Assistant

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!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM