Refactoring to microservices with open-source AI technology
Learn how to refactor legacy applications into microservices using open-source AI technologies. Understand the principles of microservices architecture and how to deploy scalable, independent services for improved system efficiency.
At a Glance
CARGO: AI-driven dependency analysis for migrating monolithic Java applications to microservices
The CARGO partitioning technique employs an AI-driven novel label-propagation algorithm over a context-sensitive program-dependence graph that captures static call relations, data dependencies, heap dependencies, and code-database transaction dependencies. It computes partitions as disjoint groupings of the set of Java classes in the monolithic application, which can be the starting point to refactor the monoliths to microservices.
There are no reviews yet.