Skip to content

Commit

Permalink
docs: remove confusing backend page
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and gforsyth committed Dec 15, 2023
1 parent 05964b1 commit c1d19c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 47 deletions.
46 changes: 0 additions & 46 deletions docs/concepts/backend.qmd

This file was deleted.

7 changes: 6 additions & 1 deletion docs/support_matrix.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ 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.
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. Due to differences in
SQL dialects and upstream 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.

Expand Down

0 comments on commit c1d19c7

Please sign in to comment.