https://github.com/nicosuave/awesome-sqlmesh
A curated list of awesome SQLMesh resources
https://github.com/nicosuave/awesome-sqlmesh
List: awesome-sqlmesh
data-modeling data-transformation sqlmesh
Last synced: about 1 month ago
JSON representation
A curated list of awesome SQLMesh resources
- Host: GitHub
- URL: https://github.com/nicosuave/awesome-sqlmesh
- Owner: nicosuave
- License: cc0-1.0
- Created: 2024-10-23T02:08:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T21:47:37.000Z (10 months ago)
- Last Synced: 2025-11-01T14:02:07.909Z (4 months ago)
- Topics: data-modeling, data-transformation, sqlmesh
- Homepage:
- Size: 25.4 KB
- Stars: 37
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# awesome-sqlmesh
A curated list of awesome SQLMesh resources.
SQLMesh is a Python framework that automates everything needed to run a scalable data transformation platform. SQLMesh works with a variety of engines and orchestrators.
It was created with a focus on both data and organizational scale and works regardless of your data warehouse or SQL engine's capabilities.
You can use SQLMesh with the CLI, Notebook, or Python APIs.
All contributions related to SQLMesh are welcome & encouraged! Please take a look at the [contribution guidelines](CONTRIBUTING.md) first. Add new entries at the bottom of each category, please.
## Contents
* [Official Resources](#official-resources)
* [Sample Projects](#sample-projects)
* [Community Projects](#community-projects)
* [Tools](#tools)
* [Content](#content)
* [Blog Posts](#blog-posts)
* [Videos](#videos)
## Official Resources
- [Official Documentation](https://sqlmesh.readthedocs.io/en/stable/)
- [Slack](https://tobikodata.com/slack) - The team is highly responsive; don't hesitate to reach out.
- [SQLMesh Repository](https://github.com/TobikoData/sqlmesh)
- [SQLGlot Repository](https://github.com/tobymao/sqlglot)
## Sample Projects
- [Examples from the main repo](https://github.com/TobikoData/sqlmesh/tree/main/examples)
- [Custom Materializations](https://github.com/TobikoData/sqlmesh/tree/main/examples/custom_materializations)
- [Ibis](https://github.com/TobikoData/sqlmesh/tree/main/examples/ibis) - A python SQLMesh model with Ibis
- [Multi](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi) - Multiple SQLMesh projects
- [Multi dbt](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi_dbt) - Multiple dbt projects in a single project
- [Multi Hybrid](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi_hybrid) - dbt project alongside SQLMesh in a single project
- [Sushi](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi)
- [Sushi dbt](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi_dbt)
- [Sushi dlt](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi_dlt)
- [Wursthall](https://github.com/TobikoData/sqlmesh/tree/main/examples/wursthall)
- [Official Example projects](https://github.com/TobikoData/sqlmesh-examples)
- [sqlmesh-demos](https://github.com/sungchun12/sqlmesh-demos)
## Community Projects
- [arcane-insight](https://github.com/mattiasthalen/arcane-insight) - An analytics, ingestion, transformation project built with SQLMesh & DuckDB on Blizzard's Hearthstone API
## Tools
- [vscode-sqlmeshui](https://github.com/WesleyBatista/vscode-sqlmeshui) - Embedded SQLMesh UI in VS Code
- [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
## Content
### Blog Posts
- [Unlocking Data Insights with Ibis and SQLMesh](https://tobikodata.com/ibis-sqlmesh-unlocking-data-insights.html)
- [SQLMesh for DBT Users 1](https://tobikodata.com/sqlmesh_for_dbt_1.html)
- [SQLMesh for DBT Users 2](https://tobikodata.com/sqlmesh_for_dbt_2.html)
- [Efficient Development with the SQLMesh Browser UI](https://tobikodata.com/sqlmesh-ui.html)
### Videos
- [Tobiko Data Youtube](https://www.youtube.com/@TobikoData/)
- [Evolving Data Pipelines at Scale](https://www.youtube.com/watch?v=8XP25nQ2rPY)
- [Building SQLMesh Macros like dbt macros](https://www.youtube.com/watch?v=Qqbn1vUbLCU)
- [SQLMesh Quickstart Guide](https://www.youtube.com/watch?v=weJH3eM0rzc)
- [Running dbt Jaffle shop in SQLMesh](https://www.youtube.com/watch?v=weZxrJ2GHco)