ddadmin c8564bfe03 docs(plans): add DDL modernization plan and restructure documentation
Add comprehensive plan for migrating executable DDL statements from markdown
to separate SQL files organized by layer. The plan outlines artifact structure,
execution requirements via make/Airflow, and environment parameters.

Existing inline DDL content is now marked as legacy in an appendix section,
providing clear separation between planned implementation and current state.
2026-02-05 22:37:51 +03:00
2026-02-04 22:11:07 +03:00
2026-02-05 22:11:10 +03:00

Kaniskin docker ETL (mini clickstream demo)

Мини‑демо аналитического стека: Kafka → ClickHouse (STG → ODS → DDS → DM) + Superset + мониторинг.

Документация

  • Схема слоёв и DDL (в т.ч. Kafka → STG): plans/clickhouse_ddl.md
  • Runbook (как поднимать/применять DDL/лить данные): plans/runbook.md

Что где лежит

  • Исходные данные: data/*_events.jsonl
  • Скрипты:
    • применение DDL: scripts/apply_clickhouse_ddl.sh
    • загрузка данных в Kafka: scripts/load_kafka_data.sh

Порты сервисов

См. docker-compose.yml:

  • ClickHouse native: localhost:8002
  • ClickHouse HTTP: localhost:9123
  • Kafka: localhost:9092
  • Kafka UI: http://localhost:8082
  • Prometheus: http://localhost:9090
  • Grafana: http://localhost:3000
  • Superset: http://localhost:8088
S
Description
No description provided
Readme
34 MiB
Languages
Python 85.3%
Shell 13.1%
Makefile 1.5%
Dockerfile 0.1%