Straight forward way to replace the direct Mongo Connection with a service layer in between? #8248
Unanswered
saikiran2197
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context:
We would like a few concurrent users to use this at once and hence wouldn't like a bunch of individual connections to our mongo instance.
Will it be straightforward to replace all instances of direct mongo get/update/delete calls with a service layer in between.
The aim would be to interact with a custom middle layer that redirects these requests to mongo
Thanks
Beta Was this translation helpful? Give feedback.
All reactions