Database-style interface?

Not applicable

I know that there are a number of ways to make a RESTful call into Apigee which will, in turn, talk to a database and return information. Is there a way to make a Legacy DB call that will talk to something in Apigee that looks like a legacy DB interface and then make a RESTful call to a new system with data?

0 4 118
4 REPLIES 4

Do you mean the DB is making a call to Apigee? Which DB?

Ideally, any database (within our control, of course).

This is going to depend on the capabilities of the DB though, right? E.g. I don't think mysql can make web requests from procedures but I'm pretty sure you can make that happen with SQL Server.

Understood -- assuming the DB can make a web request, can the rest of this work? Thanks!