1
minute
19. Process Service
Date: 2024-12-14
Status
Accepted
Context
To process Markdown file, we want to implement a simple and fast Python microservice.
Decision
As we rely on a microservice Architecture, we will use a simple, robust and standard-based framework to improve Python API implementation.
Consequences
We will integrate FastAPI, a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.