Skip to content

Commit 493d2d5

Browse files
committed
Topics: Improve index pages for BI, Frameworks, Datavis sections
1 parent 70f7c10 commit 493d2d5

File tree

6 files changed

+215
-36
lines changed

6 files changed

+215
-36
lines changed

docs/topic/bi/index.md

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,58 @@
44

55
# Business Intelligence
66

7+
:::{div} sd-text-muted
8+
CrateDB integrations with BI tools.
9+
:::
10+
711
Integrations of CrateDB with other tools, specifically related to business
812
analytics and intelligence software.
913

10-
- {ref}`cluvio`
11-
- {ref}`powerbi`
12-
- {ref}`rill`
13-
- {ref}`tableau`
14+
:::{card} Cluvio
15+
:link: cluvio
16+
:link-type: ref
17+
```{div} .float-right
18+
![Cluvio logo](https://www.cluvio.com/images/logos/cluvio/cluvio-logo-full_color-on_light-3744dd33.svg){height=40px loading=lazy}
19+
```
20+
Cluvio is a cloud-based business intelligence and analytics solution
21+
that enables businesses to analyze data through a dashboard.
22+
```{div} .clearfix
23+
```
24+
:::
25+
26+
:::{card} Power BI
27+
:link: powerbi
28+
:link-type: ref
29+
```{div} .float-right
30+
![PowerBI logo](https://upload.wikimedia.org/wikipedia/en/thumb/2/20/Power_BI_logo.svg/192px-Power_BI_logo.svg.png?20200923233425){height=40px loading=lazy}
31+
```
32+
Power BI is a powerful business intelligence tool that provides a
33+
set of data analytics and visualizations.
34+
```{div} .clearfix
35+
```
36+
:::
37+
38+
:::{card} Rill
39+
:link: rill
40+
:link-type: ref
41+
```{div} .float-right
42+
![Rill logo](https://github.com/rilldata/rill/raw/main/docs/static/img/rill-logo-light.svg){height=40px loading=lazy}
43+
```
44+
Rill is an open-source operational BI framework for effortlessly
45+
transforming data sets into powerful, opinionated dashboards using SQL.
46+
```{div} .clearfix
47+
```
48+
:::
49+
50+
:::{card} Tableau
51+
:link: tableau
52+
:link-type: ref
53+
```{div} .float-right
54+
![Tableau logo](https://upload.wikimedia.org/wikipedia/en/thumb/0/06/Tableau_logo.svg/500px-Tableau_logo.svg.png?20200509180027){height=40px loading=lazy}
55+
```
56+
Tableau is a visual business intelligence and analytics software platform.
57+
It expresses data by translating drag-and-drop actions into data queries
58+
through an intuitive interface.
59+
```{div} .clearfix
60+
```
61+
:::

docs/topic/framework/index.md

Lines changed: 70 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,81 @@
11
(framework)=
2-
# Using Programming Frameworks with CrateDB
2+
# Programming Frameworks
33

4+
:::{div} sd-text-muted
45
Using application programming frameworks together with CrateDB.
6+
:::
57

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.
810

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+
![Django logo](https://static.djangoproject.com/img/logos/django-logo-positive.svg){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+
:::
1321

14-
::::{grid-item-card} {material-outlined}`lightbulb;2em` Examples
22+
:::{card} Gradio
23+
:link: gradio
24+
:link-type: ref
25+
```{div} .float-right
26+
![Gradio logo](https://raw.githubusercontent.com/gradio-app/gradio/main/readme_files/gradio.svg){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+
:::
1533

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+
![Plotly logo](https://github.com/crate/crate-clients-tools/assets/453543/8b679c0b-2740-4dcc-88f0-1106aee7fa95){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+
![PyViz logo](https://pyviz.org/_static/logo.png){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+
![Streamlit logo](https://github.com/crate/crate-clients-tools/assets/453543/0fffb2d4-1d17-49c9-96e3-fd6ae42a39c4){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+
:::
1774

75+
:::{card} {material-outlined}`lightbulb;2em` Examples
76+
:width: 50%
77+
A few quick examples about how to use selected frameworks together with CrateDB.
1878
- [cratedb-examples/framework](https://github.com/crate/cratedb-examples/tree/main/framework)
1979
+++
2080
{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+
:::

docs/topic/lineage/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
(lineage)=
22
# Data Lineage
33

4-
[Data lineage] refers to the process of tracking how data is generated,
4+
:::{div} sd-text-muted
5+
The process of tracking how data is generated,
56
transformed, transmitted and used across a system over time.
7+
:::
68

7-
It documents data's origins, transformations and movements, providing
9+
[Data lineage] documents data's origins, transformations and movements, providing
810
detailed visibility into its life cycle.
911
Processes implementing data lineage simplify the identification of errors
1012
in data analytics workflows, by enabling users to trace issues back to their

docs/topic/testing/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
(testing)=
22
# Software Testing
33

4-
Java and Python based test frameworks and libraries that support software
4+
:::{div} sd-text-muted
5+
Test frameworks and libraries that support software
56
integration testing with CrateDB.
6-
7+
:::
78

89
(java-junit)=
910
## Java JUnit

docs/topic/timeseries/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
(timeseries)=
22
# Time Series Data
33

4+
:::{div} sd-text-muted
45
Learn how to use CrateDB for time series use cases.
6+
:::
57

68
CrateDB is a distributed and scalable SQL database for storing and analyzing
79
massive amounts of data in near real-time, even with complex queries. It is

docs/topic/visualize/index.md

Lines changed: 84 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,92 @@
11
(visualize)=
22
(visualization)=
3-
# Visualize data in CrateDB
3+
# Data Visualization
4+
5+
:::{div} sd-text-muted
6+
How to visualize data stored in CrateDB swiftly.
7+
:::
48

59
Data visualization applications and toolkits for
610
visualizing data stored inside CrateDB, mostly dashboarding.
711

8-
:::{include} /_include/links.md
12+
:::{card} Cluvio
13+
:link: cluvio
14+
:link-type: ref
15+
```{div} .float-right
16+
![Cluvio logo](https://www.cluvio.com/images/logos/cluvio/cluvio-logo-full_color-on_light-3744dd33.svg){height=40px loading=lazy}
17+
```
18+
Cluvio is a cloud-based business intelligence and analytics solution
19+
that enables businesses to analyze data through a dashboard.
20+
```{div} .clearfix
21+
```
22+
:::
23+
24+
:::{card} Explo
25+
:link: explo
26+
:link-type: ref
27+
```{div} .float-right
28+
![Explo logo](https://uploads-ssl.webflow.com/62f681c18d50329187681754/62f681c18d5032d0bd681785_logo.svg){height=40px loading=lazy}
29+
```
30+
Explo is a software platform for personalized and real-time customer facing analytics.
31+
```{div} .clearfix
32+
```
933
:::
1034

11-
- {ref}`cluvio`
12-
- {ref}`explo`
13-
- {ref}`grafana`
14-
- {ref}`metabase`
15-
- {ref}`plotly`
16-
- {ref}`pyviz`
17-
- {ref}`superset`
35+
:::{card} Grafana
36+
:link: grafana
37+
:link-type: ref
38+
```{div} .float-right
39+
![Grafana logo](https://cratedb.com/hs-fs/hubfs/Imported_Blog_Media/grafana-logo-1-520x126.png?width=1040&height=252&name=grafana-logo-1-520x126.png){height=40px loading=lazy}
40+
```
41+
Grafana is the leading open-source metrics visualization tool that helps you
42+
build real-time dashboards, graphs, and many other sorts of data visualizations.
43+
```{div} .clearfix
44+
```
45+
:::
46+
47+
:::{card} Metabase
48+
:link: metabase
49+
:link-type: ref
50+
```{div} .float-right
51+
![Metabase logo](https://www.metabase.com/images/logo.svg){height=40px loading=lazy}
52+
```
53+
Metabase is the ultimate data analysis and visualization tool that unlocks the full
54+
potential of your data.
55+
```{div} .clearfix
56+
```
57+
:::
58+
59+
:::{card} Plotly
60+
:link: plotly
61+
:link-type: ref
62+
```{div} .float-right
63+
![Plotly logo](https://github.com/crate/crate-clients-tools/assets/453543/8b679c0b-2740-4dcc-88f0-1106aee7fa95){height=40px loading=lazy}
64+
```
65+
Plotly Open Source Graphing Libraries make interactive, publication-quality graphs.
66+
```{div} .clearfix
67+
```
68+
:::
69+
70+
:::{card} PyViz
71+
:link: pyviz
72+
:link-type: ref
73+
```{div} .float-right
74+
![PyViz logo](https://pyviz.org/_static/logo.png){height=40px loading=lazy}
75+
```
76+
The PyViz.org website is an open platform for helping users decide on the best
77+
open-source (OSS) Python data visualization tools.
78+
```{div} .clearfix
79+
```
80+
:::
81+
82+
:::{card} Superset
83+
:link: superset
84+
:link-type: ref
85+
```{div} .float-right
86+
![Apache Superset logo](https://cratedb.com/hs-fs/hubfs/Apache-Superset-Logo-392x140@2x.png?width=604&height=216&name=Apache-Superset-Logo-392x140@2x.png){height=40px loading=lazy}
87+
```
88+
Apache Superset is an open-source modern data exploration and visualization
89+
platform, written in Python.
90+
```{div} .clearfix
91+
```
92+
:::

0 commit comments

Comments
 (0)