Can APIGEE fetch data from SAP or DBs (Stored procs) ? And, what sort of connectors/adapters are available out of the box.

Not applicable

For example, I want to expose some data from my database layer (it could be SAP, Oracle DB, SQL Store, Stored procedure, .Net or Java) as an API to customers. Does API GEE support this kind of integration? So far i have only found that http/https are supported out of the box. Are there any other protocols that it can support?

Update :

Can API GEE (Edge) directly fetch me data from SAP, Oracle DB, Stored Procedures or any other .NET or JAVA applications? P.S: the assumption here is that none of these applications are exposing their data as an API or webservices. So, http is out of the equation.

Solved Solved
0 4 1,850
1 ACCEPTED SOLUTION

Hi @dushah

Apigee supports a bunch of node.js based Volos connectors, which will let you quickly build RESTful APIs that can access data across many different types of backend systems. You can find the list of connectors here. We are also adding new connectors to this list. Here is the GitHub link with more details. Because you can run a node.js application within Apigee, you can extend these connectors to work with any other system you want to integrate with. Hope it helps!

View solution in original post

4 REPLIES 4

Dear @dushah,

Welcome to Apigee Community 🙂

I feel above question is Duplicate of this Question here. Please feel free to open it or comment here if you mean something else.

Cheers,

Anil Sagar

Dear Anil - Thanks for taking some time in responding to my question. I did read the answers to the question asked previously. I'll be more specific with my question -

Can API GEE (Edge) directly fetch me data from SAP, Oracle DB, Stored Procedures or any other .NET or JAVA applications? P.S: the assumption here is that none of these applications are exposing their data as an API or webservices. So, http is out of the equation.

Ignore Java or .NET applications. But I'm keen to know if API GEE can fetch data from SAP or DBs (Stored procs). And, what sort of connectors/adapters are available out of the box.

Hi @dushah

Apigee supports a bunch of node.js based Volos connectors, which will let you quickly build RESTful APIs that can access data across many different types of backend systems. You can find the list of connectors here. We are also adding new connectors to this list. Here is the GitHub link with more details. Because you can run a node.js application within Apigee, you can extend these connectors to work with any other system you want to integrate with. Hope it helps!