{"id":28478795,"url":"https://github.com/kevinsames/microsoft-fabric-data-platform-template","last_synced_at":"2026-04-29T21:06:45.815Z","repository":{"id":297014702,"uuid":"995344224","full_name":"kevinsames/microsoft-fabric-data-platform-template","owner":"kevinsames","description":"A GitHub starter repository for building modern Data Engineering, ML, and AI solutions on Microsoft Fabric. Includes medallion architecture (Bronze → Silver → Gold), Spark Notebooks, dbt, MLflow, GitHub Actions CI/CD, and arc42-based documentation.","archived":false,"fork":false,"pushed_at":"2025-08-06T06:58:18.000Z","size":86,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-06T08:47:34.763Z","etag":null,"topics":["data","dbt","fabric","microsoft","python","spark"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevinsames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-03T10:40:05.000Z","updated_at":"2025-08-06T06:58:44.000Z","dependencies_parsed_at":"2025-06-03T22:18:43.381Z","dependency_job_id":"d2caf168-d1b7-4e88-99f9-faadd32f6520","html_url":"https://github.com/kevinsames/microsoft-fabric-data-platform-template","commit_stats":null,"previous_names":["kevinsames/microsoft-fabric-data-platform-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/kevinsames/microsoft-fabric-data-platform-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsames%2Fmicrosoft-fabric-data-platform-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsames%2Fmicrosoft-fabric-data-platform-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsames%2Fmicrosoft-fabric-data-platform-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsames%2Fmicrosoft-fabric-data-platform-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinsames","download_url":"https://codeload.github.com/kevinsames/microsoft-fabric-data-platform-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsames%2Fmicrosoft-fabric-data-platform-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","dbt","fabric","microsoft","python","spark"],"created_at":"2025-06-07T18:00:38.733Z","updated_at":"2026-04-29T21:06:45.810Z","avatar_url":"https://github.com/kevinsames.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft Fabric Data Platform Template\n\nA production-ready template for analytics projects on [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/). This repository provides modular organization, CI/CD automation, and arc42-based documentation to accelerate data engineering, BI, and ML workflows.\n\n---\n\n## 📁 Project Structure\n\n```\n.github/                 # CI/CD workflows, issue \u0026 PR templates\ndocs/                    # Architecture docs (arc42), dbt docs\nfabric/                  # Lakehouse and notebook assets\nmacros/                  # dbt macros\nmodels/                  # dbt models (staging, intermediate, marts)\nseeds/                   # dbt seed data\nsnapshots/               # dbt snapshots\ntests/                   # Unit and integration tests\nrequirements.txt         # Python dependencies\ndbt_project.yml          # dbt project config\n.pre-commit-config.yaml  # Pre-commit hooks config\nprofiles.yml.example     # dbt profile example\n```\n\n---\n\n## 🚀 Quickstart\n\n### Prerequisites\n\n- Microsoft Fabric workspace\n- Python 3.8+\n- dbt-core, dbt-fabric\n- pre-commit, pytest\n\n### Setup\n\n1. **Clone the repository**\n    ```bash\n    git clone https://github.com/your-org/microsoft-fabric-data-platform-template.git\n    cd microsoft-fabric-data-platform-template\n    ```\n\n2. **Install dependencies**\n    ```bash\n    python -m venv .env\n    source .env/bin/activate\n    pip install -r requirements.txt\n    ```\n\n3. **Configure dbt profile**\n    - Copy `profiles.yml.example` to your dbt profile location and update credentials.\n\n4. **Run pre-commit checks**\n    ```bash\n    pre-commit install\n    pre-commit run --all-files\n    ```\n\n5. **Run tests**\n    ```bash\n    pytest\n    ```\n\n---\n\n## 🧰 Usage\n\n- **Notebooks**: Use notebooks in [`fabric/nb-dp-bronze-aw.Notebook/notebook-content.py`](fabric/nb-dp-bronze-aw.Notebook/notebook-content.py) for data ingestion and transformation.\n- **Lakehouse**: Lakehouse metadata and shortcuts in [`fabric/lh_dp.Lakehouse/`](fabric/lh_dp.Lakehouse/).\n- **dbt Models**: Organize models in `models/staging`, `models/intermediate`, and `models/marts`.\n- **CI/CD**: Automated checks via GitHub Actions ([`.github/workflows/ci.yml`](.github/workflows/ci.yml)).\n\n---\n\n## 📖 Documentation\n\n- Architecture docs: [`docs/arc42-docs/`](docs/arc42-docs/)\n- dbt docs: [`docs/dbt-docs/`](docs/dbt-docs/)\n- Contribution guidelines: [`CONTRIBUTING.md`](CONTRIBUTING.md)\n- Code of conduct: [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)\n- Security policy: [`SECURITY.md`](SECURITY.md)\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions!  \nSee [`CONTRIBUTING.md`](CONTRIBUTING.md) for guidelines.\n\n---\n\n## 📄 License\n\nMIT License – see [LICENSE](LICENSE).\n\n---\n\n## 🌟 References\n\n- [Microsoft Fabric Documentation](https://learn.microsoft.com/en-us/fabric/)\n- [dbt-fabric Adapter](https://github.com/dbt-msft/dbt-fabric)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinsames%2Fmicrosoft-fabric-data-platform-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinsames%2Fmicrosoft-fabric-data-platform-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinsames%2Fmicrosoft-fabric-data-platform-template/lists"}