Decouple Monolith to Microservice :-
Design and Develop microservice from monolithic architecture where the configuration service is role of maintaining all configurations in a single place.
* Responsibility of this service to maintain all other services configuration at single place.
* Distributed Redis Cache implemented for quick response.
* Configurations are stored on SQL database Postgresql.
Maker - Checker Dashboard :-
Design, develop & deploy Approval Dashboard create or update each vehicle or driver the documents to the maker-checker dashboard.
Compliance Service :-
To handle vehicle and driver compliance status. It calculates daily using cron job to update status of the vehicle or driver.
Java
undefined