Hi team,
I am developing a full stack application with (Angular and Flask backend) and in backend I am calling TigerGraph queries using pyTigerGraph Library, My question is here that in the deployment time, I am going to use Nginx or Caddy as a Load Balancer to my backend rest apis, and my these (rest Apis backend) calling your conn.installedquery(“get_all_profiles”) behind the scene this “get_all_profiles” is also
nothing but a built in endpoint http://localhost:9000/query/reltClient/get_all_profiles
is this one also requires a Load balancer because my backend API calling another Product backend API?