{"id":50750948,"url":"https://github.com/felipemchdev/dbt_duckdb_platform","last_synced_at":"2026-06-11T01:03:13.777Z","repository":{"id":339139922,"uuid":"1160603715","full_name":"felipemchdev/dbt_duckdb_platform","owner":"felipemchdev","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-07T05:39:05.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-06-07T07:16:02.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/felipemchdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-18T06:24:56.000Z","updated_at":"2026-06-07T05:38:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/felipemchdev/dbt_duckdb_platform","commit_stats":null,"previous_names":["felipemchdev/analytics-platform-dbt","felipemchdev/dbt_duckdb_platform"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/felipemchdev/dbt_duckdb_platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipemchdev%2Fdbt_duckdb_platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipemchdev%2Fdbt_duckdb_platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipemchdev%2Fdbt_duckdb_platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipemchdev%2Fdbt_duckdb_platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipemchdev","download_url":"https://codeload.github.com/felipemchdev/dbt_duckdb_platform/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipemchdev%2Fdbt_duckdb_platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34177447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-11T01:03:12.141Z","updated_at":"2026-06-11T01:03:13.763Z","avatar_url":"https://github.com/felipemchdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbt_duckdb_platform\n\n## English\n\nThis project runs a complete analytics pipeline with dbt + DuckDB in GitHub Actions.\nIt generates synthetic data, loads raw tables, builds staging and mart models, runs tests, and generates documentation.\n\nThe synthetic data is repeatable: with the same seed, each run creates the same rows.\nData update checks validate whether the latest timestamp is within an expected window.\n\n### Architecture\n\n```text\ngenerate_data.py -\u003e data/raw/*.csv -\u003e load_duckdb.py -\u003e data/warehouse.duckdb (raw)\n                                                       -\u003e dbt run/test/docs\n                                                       -\u003e dbt/target + artifacts/report.md\n```\n\n### Run (one command)\n\n```bash\nscripts/ci.sh\n```\n\n### Run tests only\n\n```bash\ndbt test --project-dir dbt --profiles-dir dbt\n```\n\n### Example\n\n```bash\nscripts/ci.sh\n```\n\n```text\nFinished running models and tests\nTest status: PASS\n```\n\n### Repo structure\n\n```text\n.github/workflows/ci.yml\nartifacts/\ndata/\ndbt/\nscripts/\nDockerfile\ndocker-compose.yml\nrequirements.txt\n```\n\n### Limitations\n\n- Local run needs a Python/dbt compatible environment.\n- Data is synthetic and simplified.\n\n### Next steps\n\n1. Add data update and anomaly tests for marts.\n2. Add an incremental model with controlled backfill.\n3. Publish dbt docs as a static site artifact.\n\n## Portugues\n\nEste projeto executa um pipeline de dados completo com dbt + DuckDB no GitHub Actions.\nEle gera dados sinteticos, carrega tabelas brutas, cria modelos de staging e marts, roda testes e gera documentacao.\n\nOs dados sinteticos sao repetiveis: com a mesma semente, toda execucao gera os mesmos registros.\nO teste de atualizacao verifica se a data mais recente da tabela esta dentro do limite esperado.\n\n### Arquitetura\n\n```text\ngenerate_data.py -\u003e data/raw/*.csv -\u003e load_duckdb.py -\u003e data/warehouse.duckdb (raw)\n                                                       -\u003e dbt run/test/docs\n                                                       -\u003e dbt/target + artifacts/report.md\n```\n\n### Como rodar (um comando)\n\n```bash\nscripts/ci.sh\n```\n\n### Como rodar so os testes\n\n```bash\ndbt test --project-dir dbt --profiles-dir dbt\n```\n\n### Exemplo\n\n```bash\nscripts/ci.sh\n```\n\n```text\nFinished running models and tests\nTest status: PASS\n```\n\n### Estrutura do repositorio\n\n```text\n.github/workflows/ci.yml\nartifacts/\ndata/\ndbt/\nscripts/\nDockerfile\ndocker-compose.yml\nrequirements.txt\n```\n\n### Limitacoes\n\n- Execucao local exige ambiente Python/dbt compativel.\n- Os dados sao sinteticos e simplificados.\n\n### Proximos passos\n\n1. Adicionar teste de atualizacao e anomalia nos marts.\n2. Incluir modelo incremental com backfill controlado.\n3. Publicar docs do dbt como site estatico em artefato.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipemchdev%2Fdbt_duckdb_platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipemchdev%2Fdbt_duckdb_platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipemchdev%2Fdbt_duckdb_platform/lists"}