Can we able to connect any database from Apigee cloud

Hello Team,

Can we able to connect from Apigee cloud to any database(Oracle,mysql, mongodb etc..) and I have to perform all CRUD operations.

Please help on this.

Regards,

Sravani

Solved Solved
0 7 1,608
1 ACCEPTED SOLUTION

Not applicable

Yes, you can connect using extension policies like java, javascript, python policies. If you have http operations, you can do using service callout.

View solution in original post

7 REPLIES 7

Not applicable

Yes, you can connect using extension policies like java, javascript, python policies. If you have http operations, you can do using service callout.

Thank you. Can you please provide if you any sample revisions or code.

for the script you can have a look

https://community.apigee.com/questions/64203/apigee-database-connectivity-1.html

if you have rest apis on top of DB then user service-callout.

refer: https://docs.apigee.com/api-platform/reference/policies/service-callout-policy

Deploy the Node js application in Apigee cloud trail version But I am getting an error like "Cannot flow traffic". After doing some research I got to know that Node js is retired in Apigee edge from October 10 2019. Can you please suggest how to make database connection with Apigee cloud trail

Then you can use javacallout for the same.

Java callout and python policy is not available for apigee cloud free trail. Can we connect to DB through Javascript code. Is this right option. please suggest me

yes, the trial version is having limitations. You can use javascript, but not sure whether you will be bale to get all dependencies.