feat(infra): implement batch transformation layer and comprehensive documentation

Add batch ETL pipeline with ODS→DDS→DM transformation jobs and scripts.
Create DDL infrastructure with automated database schema application.
Update Makefile with transform target for executing batch processes.
Rewrite README with complete Russian documentation including architecture
diagrams, quick start guide, and data flow visualization.
This commit is contained in:
2026-02-06 21:58:17 +03:00
parent 78b8b29fc7
commit 6bbb26b9b3
12 changed files with 1620 additions and 20 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
.PHONY: up ddl data
.PHONY: up ddl data transform
COMPOSE ?= docker compose
@@ -10,3 +10,6 @@ ddl:
data:
bash ./scripts/load_kafka_data.sh
transform:
bash ./scripts/run_batch.sh