Graphql federation could help unify these services behind a single API.
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
I would look at the patterns used by successful open source projects in this space, or actually use those projects directly.
https://github.com/Kong/kong works in this space, but there's like a million of them. I'm not super familiar with the space, but I'd look through a list like this: https://dev.to/apisix/how-to-choose-the-right-api-gateway-3f9i
And decide if you're open to a commercial solution, want to directly eval open source options, or if you think you're genuinely resourced to create something bespoke that's better and just want want to study the OSS options for inspiration. Nothing in this question makes me think you'll arrive at a better result through custom code than you would through adopting a mature API gateway, but who knows.