You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a microservice called UserReportService in any framework/language with the approval of the majority of the OFF-TOP team.
You will take all the services from UserReportServices.py and make sure that all data can be queried from all migrated webs services.
To do this you will need to receive User Data from the UserService repo. This repo does not have a Kafka Instance yet, and you will need to create a Producer and Consumer in both your microservice and in this microservice as well to obtain the user data.
You will need to also obtain data from the sessions database. Which is located in Off-top-python.
Create and connect a database called UserReports to store all this data. It can be either MySQL or some sort of NoSQL DB. Please discuss with team before choosing DB.
DONE:
You are able to call all requests and be given a response.
WHAT TO DO:
DONE: