Can I perform Orchestration within the Apigee API Gateway?

Please suggest a Standard or Recommendation for Apigee to perform Orchestration/Aggregation of multiple back-end services or we should use as only thin layer for Security, Transformation

This is for Banking application which is going to get regular API calls say >20K/day

0 1 3,899
1 REPLY 1

Apigee Edge is not a process integration system.

BUT, you can do lightweight orchestration using the built-in features.

ServiceCallout - for simple combinations, eg, mashing up the result from a single additional HTTP endpoint with the result from the target HTTP endpoint

Hosted Target - for open-ended mashup/orchestration logic defined in nodejs.

Check the documentation to learn more about each of these features.

These features, like all Apigee Edge features, are designed to scale well beyond 20k calls per day. We have customers that exceed 20k calls per second.