├── .gitignore ├── LICENSE ├── README.md └── templates ├── 1. Business Understanding.md ├── 2. Project Plan.md ├── 3. Initial Data Collection Report.md ├── 4. Data Description Report.md ├── 5. Data Quality Report.md ├── 6. Data Selection Report.md ├── 7. Data Cleaning Report.md ├── 8. Data Derivation Report.md └── 9. Data Modeling Report.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/README.md -------------------------------------------------------------------------------- /templates/1. Business Understanding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/1. Business Understanding.md -------------------------------------------------------------------------------- /templates/2. Project Plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/2. Project Plan.md -------------------------------------------------------------------------------- /templates/3. Initial Data Collection Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/3. Initial Data Collection Report.md -------------------------------------------------------------------------------- /templates/4. Data Description Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/4. Data Description Report.md -------------------------------------------------------------------------------- /templates/5. Data Quality Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/5. Data Quality Report.md -------------------------------------------------------------------------------- /templates/6. Data Selection Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/6. Data Selection Report.md -------------------------------------------------------------------------------- /templates/7. Data Cleaning Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/7. Data Cleaning Report.md -------------------------------------------------------------------------------- /templates/8. Data Derivation Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/8. Data Derivation Report.md -------------------------------------------------------------------------------- /templates/9. Data Modeling Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylerwmarrs/data-engineering-project-doc-templates/HEAD/templates/9. Data Modeling Report.md --------------------------------------------------------------------------------