malloydata / malloy
Malloy is a modern open source language for describing data relationships and transformations.
View on GitHubAI Architecture Analysis
This repository is indexed by RepoMind. By analyzing malloydata/malloy in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewMalloy Malloy is a modern open source language for describing data relationships and transformations. It is both a semantic modeling language and a query language that uses an existing SQL engine to execute queries. Malloy currently can connect to BigQuery, Snowflake, PostgreSQL, MySQL, Trino, or Presto, and natively supports DuckDB. We've built a Visual Studio Code extension to facilitate building Malloy data models, querying and transforming data, and creating simple visualizations and dashboards. Click here to try Malloy in your browser! --- Installing Malloy The easiest way to try Malloy is with our VS Code Extension, which provides a place to create Malloy models, execute queries, get help, and more. VS Code is a text editor and IDE (integrated development environment) that runs on your desktop or in your browser. A few ways to install the extension: • I already have VS Code • I use BigQuery and Google Cloud. • I have a Github account and want to try Malloy on a or file in a repository. To get to know the Malloy language, follow our Quickstart. Note: The Malloy VSCode Extension tracks a small amount of anonymous usage data. You can opt out in the extension settings. Learn more. Join the Community • Join our **Malloy Slack Community!** Use this community to ask questions, meet other Malloy users, and share ideas with one another. • Use **GitHub issues** in this Repo to provide feedback, suggest improvements, report bugs, and start new discussions. Resources Documentation: • Malloy Language - A quick introduction to the language • eCommerce Example Analysis - a walkthrough of the basics on an ecommerce dataset (BigQuery public dataset) • Modeling Walkthrough - introduction to modeling via the Iowa liquor sales public data set (BigQuery public dataset) YouTube - Watch demos / walkthroughs of Malloy Contributing If you would like to work on Malloy, take a look at the instructions for developing Malloy. Syntax Example Here is a simple example of a Malloy query: In SQL this would be expressed: Learn more about the syntax and language features of Malloy in the Quickstart.