awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Bl3f avatar

Bl3f/yato

0
View on GitHub↗
348 stars·13 forks·Python·MIT·8 vues

Yato

yato — yet another transformation orchestrator yato is the smallest orchestrator on Earth to orchestrate SQL data transformations on top of DuckDB. You just give a folder with SQL queries and it guesses the DAG and runs the queries in the right order.

Features

  • SQL Development Tools - Lightweight SQL orchestrator for task execution.

Historique des stars

Graphique de l'historique des stars pour bl3f/yatoGraphique de l'historique des stars pour bl3f/yato

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Yato

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Yato.
  • tobikodata/sqlmeshAvatar de TobikoData

    TobikoData/sqlmesh

    3,158Voir sur GitHub↗

    SQLMesh is a project of the Linux Foundation .

    Python
    Voir sur GitHub↗3,158
  • tobymao/sqlglotAvatar de tobymao

    tobymao/sqlglot

    9,336Voir sur GitHub↗

    sqlglot is a SQL parser and transpiler that represents queries as abstract syntax trees to enable structural analysis, modification, and semantic transformation. It functions as a dialect translator and query optimizer, converting SQL code between different database engines and simplifying syntax trees through rule-based normalization. The project provides a framework for defining custom SQL dialects by overriding tokenizers, parsers, and generators. It includes a lineage analyzer to track data flow from source tables through complex queries to identify the origin of specific columns. Additi

    Python
    Voir sur GitHub↗9,336

Questions fréquentes

Que fait bl3f/yato ?

yato — yet another transformation orchestrator yato is the smallest orchestrator on Earth to orchestrate SQL data transformations on top of DuckDB. You just give a folder with SQL queries and it guesses the DAG and runs the queries in the right order.

Quelles sont les fonctionnalités principales de bl3f/yato ?

Les fonctionnalités principales de bl3f/yato sont : SQL Development Tools.

Quelles sont les alternatives open-source à bl3f/yato ?

Les alternatives open-source à bl3f/yato incluent : tobikodata/sqlmesh — SQLMesh is a project of the Linux Foundation . tobymao/sqlglot — sqlglot is a SQL parser and transpiler that represents queries as abstract syntax trees to enable structural analysis,…