Demo scenario

E-commerce website

ECommerce website depending only on Redis to garanty performances for end-users experience.

Product catalog

Products are stored in MongoDB. Which is slow and expensive.

Read-through

Write-through

When a change is made the in the online catalog, it needs to be immediately reflected in the backoffice.

Price management

Prices are managed in a PostgreSQL database from a legacy system.

Read-Through

Stocks management

Stocks are managed by a REST API microservice to automatically trigger alerts and restock

Read-through

Write-through