Table of content
Table of contents
Monolith vs. Microservices
1. The data schema
Shop
of the business model
2. Monolithic application
3. Microservice architecture
3.1 CountryService
3.1.1 Country
3.1.2 CustomerGroup
3.1.3 CustomerGroupMember
3.1.4 CustomerOrder
3.1.5 Delivery
3.1.6 DiscountCampaignCustomer
3.1.7 ShopCustomer
3.1.8 ShopEmployee
3.1.9 Warehouse
3.1.10 WarehouseResponsibility
3.2 DiscountCampaignService
3.2.1 DiscountCampaign
3.2.2 DiscountCampaignCustomerGroup
3.2.3 DiscountCampaignProduct
3.2.4 DiscountCampaignProductCategory
3.2.5 DiscountType
3.3 ProductService
3.3.1 CustomerDelivery
3.3.2 Distributor
3.3.3 OrderItem
3.3.4 Product
3.3.5 ProductCategory
3.3.6 ProductDelivery
3.3.7 ProductPrice
3.3.8 PurchaseRule
3.3.9 SalesTax
3.4 ShopLicenseService
3.4.1 ShopLicense
3.4.2 ShopOwner
4. Migration of the architecture type
4.1 Analysis Result
Table of content