6 months ago
We have a nodejs service that exposes a graphql.
We're developing another nodejs service to query certain things from the graphql endpoint to update another unrelated database periodically.
Would it be better to do this through postgres or graphql or would this not cause any difference? Also, are there any cost benefits in using the private network?
Thanks
1 Replies
6 months ago
Hello,
> Would it be better to do this through postgres or graphql or would this not cause any difference?
Unfortunately I have no way to answer that with any level of certainty, it would be best for you to test and find out!
> are there any cost benefits in using the private network?
Yes there are! service-to-service communication via the private network do not count towards your network usage!
Status changed to Awaiting User Response railway[bot] • 6 months ago