|
1 | 1 | (framework)= |
2 | | -# Using Programming Frameworks with CrateDB |
| 2 | +# Programming Frameworks |
3 | 3 |
|
| 4 | +:::{div} sd-text-muted |
4 | 5 | Using application programming frameworks together with CrateDB. |
| 6 | +::: |
5 | 7 |
|
6 | | -Many of them are built on top of the Python programming language, making it easy |
7 | | -to use the Python libraries that you know and love. |
| 8 | +Many data-driven frameworks are built on top of the Python programming |
| 9 | +language, making it easy to use the Python libraries that you know and love. |
8 | 10 |
|
9 | | -:::::{grid} 1 2 2 2 |
10 | | -:margin: 4 4 0 0 |
11 | | -:padding: 0 |
12 | | -:gutter: 2 |
| 11 | +:::{card} Django |
| 12 | +:link: django |
| 13 | +:link-type: ref |
| 14 | +```{div} .float-right |
| 15 | +{height=40px loading=lazy} |
| 16 | +``` |
| 17 | +Django makes it easier to build better web apps more quickly and with less code. |
| 18 | +```{div} .clearfix |
| 19 | +``` |
| 20 | +::: |
13 | 21 |
|
14 | | -::::{grid-item-card} {material-outlined}`lightbulb;2em` Examples |
| 22 | +:::{card} Gradio |
| 23 | +:link: gradio |
| 24 | +:link-type: ref |
| 25 | +```{div} .float-right |
| 26 | +{height=40px loading=lazy} |
| 27 | +``` |
| 28 | +Gradio is an open source programming framework for quickly creating and sharing |
| 29 | +machine learning model demo applications, written in Python. |
| 30 | +```{div} .clearfix |
| 31 | +``` |
| 32 | +::: |
15 | 33 |
|
16 | | -A few quick examples about how to use selected frameworks together with CrateDB. |
| 34 | +:::{card} Plotly |
| 35 | +:link: plotly |
| 36 | +:link-type: ref |
| 37 | +```{div} .float-right |
| 38 | +{height=40px loading=lazy} |
| 39 | +``` |
| 40 | +Plotly Open Source Graphing Libraries make interactive, publication-quality graphs. |
| 41 | +```{div} .clearfix |
| 42 | +``` |
| 43 | +::: |
| 44 | + |
| 45 | +:::{card} PyViz |
| 46 | +:link: pyviz |
| 47 | +:link-type: ref |
| 48 | +```{div} .float-right |
| 49 | +{height=40px loading=lazy} |
| 50 | +``` |
| 51 | +The PyViz.org website is an open platform for helping users decide on the best |
| 52 | +open-source (OSS) Python data visualization tools. |
| 53 | +```{div} .clearfix |
| 54 | +``` |
| 55 | +::: |
| 56 | + |
| 57 | +:::{card} QueryZen |
| 58 | +:link: queryzen |
| 59 | +:link-type: ref |
| 60 | +QueryZen makes it easier to manage SQL query statements over HTTP. |
| 61 | +::: |
| 62 | + |
| 63 | +:::{card} Streamlit |
| 64 | +:link: streamlit |
| 65 | +:link-type: ref |
| 66 | +```{div} .float-right |
| 67 | +{height=40px loading=lazy} |
| 68 | +``` |
| 69 | +Streamlit is an open-source application programming framework for quickly sketching |
| 70 | +out Python data applications. It provides fast, interactive prototyping, and live editing. |
| 71 | +```{div} .clearfix |
| 72 | +``` |
| 73 | +::: |
17 | 74 |
|
| 75 | +:::{card} {material-outlined}`lightbulb;2em` Examples |
| 76 | +:width: 50% |
| 77 | +A few quick examples about how to use selected frameworks together with CrateDB. |
18 | 78 | - [cratedb-examples/framework](https://github.com/crate/cratedb-examples/tree/main/framework) |
19 | 79 | +++ |
20 | 80 | {tag-info}`dbt` {tag-info}`dlt` {tag-info}`Flink` {tag-info}`Gradio` {tag-info}`Graphene` {tag-info}`MCP` {tag-info}`QueryZen` {tag-info}`records` {tag-info}`Streamlit` |
21 | | -:::: |
22 | | - |
23 | | -::::: |
24 | | - |
25 | | -- {ref}`django` |
26 | | -- {ref}`gradio` |
27 | | -- {ref}`plotly` |
28 | | -- {ref}`pyviz` |
29 | | -- {ref}`queryzen` |
30 | | -- {ref}`streamlit` |
| 81 | +::: |
0 commit comments