I have few microservices that try to access different collections on mongoDB. Is there a way to restrict access of those services in terms of the queries they can perform on the collections in the db. For example: ServiceA should only be able to read from collectionA and ServiceB can read and write on collectionA. ..
Category : microservices
I have been tasked with enabling generating a report from an android app, which is also interfaced with the cloud. So the problem is I have been using Android print manager to generate the report, is there any way you can mirror this to the cloud. What are standard practices for taking preformatted data, and ..
I have a ‘Database’, ‘API – Microservice’, and ‘Android App’. On the Android side, I have to implement a Social sign up process for Gmail and Facebook. I’m confused that What I should pass to my API when the user signs up and what to store in the database so that I can map user-specific ..
Recent Comments