Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 779 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 779 Bytes

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.