Skip to content

Latest commit

 

History

History

catalog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Catalog Service

This module contains two services: Catalog Command Service and Catalog Query Service. The services are implemented following the Domain Driven Design approach, CQRS and Event Sourcing implementation using Axon. We use MongoDB as an event store, and Kafka to distribute the events between the command and the query side.

The services are used to manage the products that are available in the shop. The catalog items are publicly available. The operations for inserting, updating and deleting catalog items are available only for the admin users who own a token that contains "catalog-service" audience.