Architecture Overview
This section covers the high-level architecture of our Enterprise Recommendation System.
Chapter 1 Understanding Business
4 items
FastAPI Setup
The API layer is built using FastAPI.
Kafka Integration
To support the self-adjusting nature of the recommendation system, we integrate Kafka for real-time event processing.
Local Infrastructure
For local development and testing, we use Docker Compose to spin up the necessary infrastructure without polluting the host machine.
Chapter 3 Architecture
2 items