THE MONOLITH
📱GET /users/x
DB
PUT /orders/x 💻
{
id: "user_id",
name: "Juan Perez",
total_orders_created: 1
}🔥
😰
THE MONOLITH
📱GET /users/x
DB
PUT /orders/x 💻
USERS SERVICE
📱GET /users/x
DB
PUT /orders/x 💻
ORDERS SERVICE
🔥
😰
USERS SERVICE
📱GET /users/x
PUT /orders/x 💻
ORDERS SERVICE
DB
DB
🔥
😁
🏖
{
id: "user_id",
name: "Juan Perez",
total_orders_created: 1
}USERS SERVICE
📱GET /users/x
PUT /orders/x 💻
ORDERS SERVICE
DB
DB
GET /orders
?user_id=x
🏖
🔥
😰
USERS SERVICE
📱GET /users/x
PUT /orders/x 💻
ORDERS SERVICE
DB
DB
Publishes
order_created
Suscribed to
😁
🏖
🔥
{
id: "user_id",
name: "Juan Perez",
total_orders_created: 1
}sistemas individuales colaboran como una unidad, respondiendo ante un estímulos
responsivo, resilente, elástico, orientado a mensajes
{
"products": [{
"sku": "020301",
"name": "Palta",
"price": 2990
}],
}/post product
{
"products": [{
"sku": "020301",
"name": "Palta",
"price": 2990,
"stock": 10
}],
}1
{
"products": [{
"sku": "020301",
"name": "Palta",
"price": 2990,
"stock": 10,
"image": https://www.test.com/tests/assets/img/palta.jpg
}],
}2
3
?
1
Channel: product.inserted
2
Channel: product.with_stock
Channel: product.with_image