turanmart-data-platform/ ├── README.md ├── Makefile ├── docker-compose.yml ├── .env.example ├── data/ │ ├── raw/ │ ├── bronze/ │ ├── silver/ │ └── gold/ ├── notebooks/ ├── pipelines/ │ ├── ingestion/ │ ├── validation/ │ └── orchestration/ ├── transformations/ │ ├── staging/ │ ├── marts/ │ └── tests/ ├── quality/ │ ├── expectations/ │ └── reports/ ├── docs/ │ ├── adr/ │ ├── diagrams/ │ └── runbooks/ ├── scripts/ ├── tests/ └── config/