a year 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
a year 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 • over 1 year ago
7 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 7 months ago