Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/documentation/roadmap.malloynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
>>>markdown
# Malloy Public Roadmap

This roadmap file is our best effort to share with the community our thoughts about the Malloy roadmap.
This is directional, not a commitment.

Have a request or idea? [Open an issue](https://github.com/malloydata/malloy/issues/new/choose) · [Talk to us on Slack](https://malloydata.github.io/slack)

## Database Support

Current: BigQuery · Snowflake · DuckDB · MotherDuck · PostgreSQL · MySQL · Trino · Presto · Databricks

Other databases under consideration:

| Connector | Notes |
|---|---|
| Oracle | Oracle Database / Autonomous DB |

## Publisher & Ecosystem

| Area | Feature |
|---|---|
| **Publisher** | Standalone Python MCP server; `malloy-pub` CLI; Windows/Linux support |
| **Renderer** | Dark/light mode; CSS variables for embedding; chart legend consistency; `# area_chart`, `# pie_chart`, `# heatmap` |
| **Docs** | LLM-optimized documentation page; expanded `malloy-samples` |
| **Python** | Ibis-style API: `ibis.malloy.connect(...)` with `s.dimensions()`, `s.measures()` selectors |
9 changes: 9 additions & 0 deletions src/table_of_contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,15 @@
"link": "/experiments/givens.malloynb"
}
]
},
{
"title": "Roadmap",
"items": [
{
"title": "Roadmap",
"link": "/roadmap.malloynb"
}
]
}
]
}