Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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,961
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