{"id":27477080,"url":"https://github.com/nicosuave/awesome-sqlmesh","last_synced_at":"2026-01-22T04:14:14.206Z","repository":{"id":260152019,"uuid":"877050129","full_name":"nicosuave/awesome-sqlmesh","owner":"nicosuave","description":"A curated list of awesome SQLMesh resources","archived":false,"fork":false,"pushed_at":"2025-04-30T21:47:37.000Z","size":26,"stargazers_count":37,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-01T14:02:07.909Z","etag":null,"topics":["data-modeling","data-transformation","sqlmesh"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicosuave.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2024-10-23T02:08:39.000Z","updated_at":"2025-09-05T00:39:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"552d942a-4a31-499c-9367-102f5024d262","html_url":"https://github.com/nicosuave/awesome-sqlmesh","commit_stats":null,"previous_names":["nicosuave/awesome-sqlmesh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicosuave/awesome-sqlmesh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosuave%2Fawesome-sqlmesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosuave%2Fawesome-sqlmesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosuave%2Fawesome-sqlmesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosuave%2Fawesome-sqlmesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicosuave","download_url":"https://codeload.github.com/nicosuave/awesome-sqlmesh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosuave%2Fawesome-sqlmesh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28653929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["data-modeling","data-transformation","sqlmesh"],"created_at":"2025-04-16T08:03:59.118Z","updated_at":"2026-01-22T04:14:14.201Z","avatar_url":"https://github.com/nicosuave.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# awesome-sqlmesh\nA curated list of awesome SQLMesh resources.\n\nSQLMesh is a Python framework that automates everything needed to run a scalable data transformation platform. SQLMesh works with a variety of engines and orchestrators.\n\nIt was created with a focus on both data and organizational scale and works regardless of your data warehouse or SQL engine's capabilities.\n\nYou can use SQLMesh with the CLI, Notebook, or Python APIs.\n\nAll contributions related to SQLMesh are welcome \u0026 encouraged! Please take a look at the [contribution guidelines](CONTRIBUTING.md) first. Add new entries at the bottom of each category, please.\n\n## Contents\n* [Official Resources](#official-resources)\n* [Sample Projects](#sample-projects)\n* [Community Projects](#community-projects)\n* [Tools](#tools)\n* [Content](#content)\n  * [Blog Posts](#blog-posts)\n  * [Videos](#videos)\n\n## Official Resources\n- [Official Documentation](https://sqlmesh.readthedocs.io/en/stable/)\n- [Slack](https://tobikodata.com/slack) - The team is highly responsive; don't hesitate to reach out.\n- [SQLMesh Repository](https://github.com/TobikoData/sqlmesh)\n- [SQLGlot Repository](https://github.com/tobymao/sqlglot)\n\n## Sample Projects\n- [Examples from the main repo](https://github.com/TobikoData/sqlmesh/tree/main/examples)\n  - [Custom Materializations](https://github.com/TobikoData/sqlmesh/tree/main/examples/custom_materializations)\n  - [Ibis](https://github.com/TobikoData/sqlmesh/tree/main/examples/ibis) - A python SQLMesh model with Ibis\n  - [Multi](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi) - Multiple SQLMesh projects\n  - [Multi dbt](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi_dbt) - Multiple dbt projects in a single project\n  - [Multi Hybrid](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi_hybrid) - dbt project alongside SQLMesh in a single project\n  - [Sushi](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi)\n  - [Sushi dbt](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi_dbt)\n  - [Sushi dlt](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi_dlt)\n  - [Wursthall](https://github.com/TobikoData/sqlmesh/tree/main/examples/wursthall)\n- [Official Example projects](https://github.com/TobikoData/sqlmesh-examples)\n- [sqlmesh-demos](https://github.com/sungchun12/sqlmesh-demos)\n\n## Community Projects\n- [arcane-insight](https://github.com/mattiasthalen/arcane-insight) - An analytics, ingestion, transformation project built with SQLMesh \u0026 DuckDB on Blizzard's Hearthstone API\n\n## Tools\n\n- [vscode-sqlmeshui](https://github.com/WesleyBatista/vscode-sqlmeshui) - Embedded SQLMesh UI in VS Code\n- [buenavista](https://github.com/nicosuave/buenavista/tree/add_sqlmesh_semantic_rewriting) - A fork of a Postgres/DuckDB proxy exposing both the PG and Trino protocols with a SQLMesh metric rewriter\n\n## Content\n\n### Blog Posts\n- [Unlocking Data Insights with Ibis and SQLMesh](https://tobikodata.com/ibis-sqlmesh-unlocking-data-insights.html)\n- [SQLMesh for DBT Users 1](https://tobikodata.com/sqlmesh_for_dbt_1.html)\n- [SQLMesh for DBT Users 2](https://tobikodata.com/sqlmesh_for_dbt_2.html)\n- [Efficient Development with the SQLMesh Browser UI](https://tobikodata.com/sqlmesh-ui.html)\n\n### Videos\n- [Tobiko Data Youtube](https://www.youtube.com/@TobikoData/)\n- [Evolving Data Pipelines at Scale](https://www.youtube.com/watch?v=8XP25nQ2rPY)\n- [Building SQLMesh Macros like dbt macros](https://www.youtube.com/watch?v=Qqbn1vUbLCU)\n- [SQLMesh Quickstart Guide](https://www.youtube.com/watch?v=weJH3eM0rzc)\n- [Running dbt Jaffle shop in SQLMesh](https://www.youtube.com/watch?v=weZxrJ2GHco)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicosuave%2Fawesome-sqlmesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicosuave%2Fawesome-sqlmesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicosuave%2Fawesome-sqlmesh/lists"}