MAIF / otoroshi

Lightweight api management on top of a modern http reverse proxy
https://www.otoroshi.io
Apache License 2.0
237 stars 37 forks source link

provide an orchestration plugin #1287

Open Zwiterrion opened 1 year ago

ptitFicus commented 10 months ago

Plugin that would allow to describe a process of API calls in a visual way.

For instance :

  1. Call API A, retrieve field foo
  2. CAll API B with foo as a path param 3.CAll C and D with a part of B result
mathieuancelin commented 10 months ago

https://conductor.netflix.com/index.html

ptitFicus commented 10 months ago

The aim of this issue is to avoid creation of a new application "just" to call a few other APIs. We do not intend to create a BPM / workflow manager.