Can we connect/integrate from APIGEE API Proxy to SQL Database?

Not applicable

Helloo Everyone,

We are working on APIGEE from quiet sometime and basically interacting with Web/Rest service Providers.

And we started to analyze, if we can integrate with SQL DB from API Proxies. If yes, could you kindly share your views or share any related posts which can help me.

Appreciate your help!

Regards,

RK

0 3 656
3 REPLIES 3

Not applicable

Hello @Ram Adabala,

I think, its possible via node npm module volos. A similar solution is proposed here. We need to write a node app, which would use this npm module to access the data from external MySQL.

Hope this helps.!

Thank you Deep. Received the below error:

"faultstring":"Script node executed prematurely: Error: Cannot find module 'volos-mysql'\n

This particular step is failing

var mysqlConnector =require('volos-mysql');

Am i missing anything here?

Regards,

RK

@Ram Adabala you need to install the 'volos-mysql' npm module first to be able to use it.