Skip to content

Commit

Permalink
more explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
y-f-u committed Mar 25, 2024
1 parent 4097cdc commit 872a0d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acceleration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 872a0d5

Please sign in to comment.