From 2ac31083e5808b3c7cb9ee5feba9fbd706b7ca27 Mon Sep 17 00:00:00 2001 From: buenosairesam Date: Thu, 12 Feb 2026 19:55:00 -0300 Subject: [PATCH] Update root docs index.html to reference new separate architecture diagrams --- docs/index.html | 47 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 37 insertions(+), 10 deletions(-) diff --git a/docs/index.html b/docs/index.html index b4450b7..72c815d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,8 @@

MPR - Media Processor

- A web-based media transcoding tool with professional architecture. + Media transcoding platform with dual execution modes: local (Celery + + MinIO) and cloud (AWS Step Functions + Lambda + S3).

System Overview

+ +

Local Architecture (Development)

-

Architecture

System Overview - Open full size +
+
+ +

AWS Architecture (Production)

+
+
+ + AWS Architecture + + Open full size
@@ -47,19 +69,24 @@
  • - Application Layer (Django, FastAPI, UI) + Application Layer (Django Admin, FastAPI + GraphQL, Timeline + UI)
  • - Worker Layer (Celery, Lambda) + Worker Layer (Celery local mode) +
  • +
  • + + AWS (Step Functions, Lambda - cloud mode)
  • - Data Layer (PostgreSQL, Redis, SQS) + Data Layer (PostgreSQL, Redis)
  • - Storage (Local FS, S3) + S3 Storage (MinIO local / AWS S3 cloud)