We are no longer unfamiliar with Microservice. In the process of introducingmicroservices, most people will start with the service decoupling, which is also a verypopular approach: breaking down a huge monolithic program into pieces of smallprograms.However, when a large number of microservice programs accumulate to a certainextent, the next thing that must be faced is the issue of data decoupling. In fact, datadecoupling is the key to the success of the microservice introduction! If you fail torealize the importance of data problems and plan and process data supply early, itcan be seen that the introduction of microservices will eventually be an empty talk!This webinar is mainly to explain how to correctly handle the problem of data supplyin the process of microservice introduction, and to create an efficient data provisionplatform for microservices through the architecture of DataMesh.