Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm new to Micro-services architecture, I'm to develop a project using spring boot that gets data from API and stores that data into PostgreSQL db then computes and gets the sum of the data uploaded and sends that data into another database MongoDB then reading these computed results from MongoDB to front-end application. now my question is how many services should I have in order to accomplish this objective without forgetting authentication to all users that will be interacting with the application.

What I have tried:

developing department service and user service then performing inter-services call.


Any suggestions will be much appreciated.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900