Skip to content

Commit

Permalink
docs: add some prose and move operation support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount authored and jcrist committed Sep 29, 2023
1 parent f1d004b commit 48b7e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_quarto.yml
Expand Up @@ -110,8 +110,8 @@ website:
style: "docked"
collapse-level: 2
contents:
- support_matrix.qmd
- auto: backends/*.qmd
- support_matrix.qmd
- id: how-to
title: "How-to"
style: "docked"
Expand Down
4 changes: 4 additions & 0 deletions docs/support_matrix.qmd
Expand Up @@ -5,6 +5,10 @@ hide:

# Operation support matrix

We provide Ibis's operation support matrix as a [Streamlit](https://streamlit.io/) app that shows supported operations for each backend. Ibis defines a common API for analytics and data transformation code that is transpiled to native code for each backend. This code is often, but not always, SQL -- see the [backends concept page](/concepts/backend.qmd) for details. Due to differences in SQL dialects and support for different operations in different backends, support for the full breadth of the Ibis API varies.

You can use this page to see which operations are supported on each backend.

::: {.callout-tip}
Backends with low coverage are good places to start contributing!

Expand Down

0 comments on commit 48b7e34

Please sign in to comment.