icon-arrow-left Microservices: Brownfield: Introduction |  Microservices: Brownfield: Migration: Database icon-arrow-right Assuming you have done the previous step of reorganizing your code, now can get ready for the migration to actual micro-services. Your monolithic architecture should be looking more or less as follow: As you can see we have: Code grouped based on business domain or function. Clear boundaries […]
Posts with the monolithic tag
Microservices: Brownfield: Introduction
   icon-arrow-left Microservices: Technology |  Microservices: Brownfield: Migrationicon-arrow-right The term Brownfield (used in IT) means that we are going to do development and deployment of new software systems while taking into account previous existing legacy software systems. The term Brownfield originates from the contemporary civil engineering where in some cases required that new buildings were designed and erected […]
Microservices
Microservices: Design Principles Introduction icon-angle-right What is a Service? A service is a piece of software that provides functionality to another pieces of software. Provide reusability of functionality. A service can provide functionality to any application. Such a web server, mobile, or desktop application A service can be use […]