Skip to main content

The Cloud Data Engineer - Docusaurus Structure

This docs folder follows the book outline in cloud-data-engineering-book-structure.md.

Visible Documentation Tree

  • index.md - Book landing page
  • front-matter/ - About, preface, thesis, glossary
  • part-00-thinking-like-a-data-engineer/ - Chapters 1-2
  • part-01-sql-language-of-data/ - Chapters 3-12
  • part-02-python-engineers-tool/ - Chapters 13-19
  • part-03-orchestration-apache-airflow/ - Chapters 20-22
  • part-04-engineering-practices/ - Chapters 23-25
  • part-05-agentic-data-engineering/ - Chapters 26-28
  • part-06-cloud-warehousing-snowflake-dbt/ - Chapters 29-33
  • part-07-real-time-data-apache-kafka/ - Chapters 34-36
  • part-08-aws-for-data-engineers/ - Chapters 37-40
  • part-09-azure-for-data-engineers/ - Chapters 41-43
  • appendices/ - Interview prep, cheatsheets, career roadmap
  • assets/ - Shared images, diagrams, and media

Notes

Docusaurus sidebars are autogenerated from this folder structure. Ordering is controlled with _category_.json files for folders and sidebar_position frontmatter for chapter pages.

The previous section-based curriculum folders were archived to reference/legacy-docs-2026-06-13/ so their existing draft material remains available for reuse while the active docs match the book structure.