简体   繁体   中英

WSo2 EI - JSON Output from API to Database (External)

New to WSO2 EI,

I have built an API that will give a response JSON, i want to parse and save this in Database. How can I do this. Db is external Oracle, for which I have a JNDI built already.

~Jawa

There are multiple ways of achieving this,either you can perform entire things in ESB or you can use DSS as well.

Once you get JSON response you need to frame a query, you can use DB mediator add insert query which would then insert into DB.

Else you can create a data service in DSS and then pass this JSON, write a insert query in DSS and insert it into DB.

For DB mediator check this link

https://docs.wso2.com/display/ESB490/DB+Report+Mediator

For Data service check below link.

https://docs.wso2.com/display/DSS322/Exposing+Data+as+REST+Resources

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