From 872a0d5757aa049a828889685851d0dc9f4e4611 Mon Sep 17 00:00:00 2001 From: yfu Date: Mon, 25 Mar 2024 20:13:23 +1100 Subject: [PATCH] more explanation --- acceleration/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acceleration/README.md b/acceleration/README.md index f174de1..abdcdfe 100644 --- a/acceleration/README.md +++ b/acceleration/README.md @@ -2,7 +2,9 @@ This sample showcases the way to use spiced to simplify the process of building a CQRS pattern for your application. -In this sample, we have a `/orders` API which creates a random order with a random count. +In this sample, we have a `/orders` API which creates a random order with a random count. + +The sample uses a single postgres database to receive order command and store products, in MicroServices reaility, they could be in separate database instances which make the sample even more appealing. There are 3 `/rankings` API to show the top 5 selling products: - /rankings - fetch data from postgres