Skip to content

Commit 74832cd

Browse files
committed
ETL/CDC: Balancing, Layout
- Improve layout on each page in `docs/integrate` - Use cards instead of regular HTML anchors for more prominent guidance - Custom css file instead of included html - Naming things
1 parent 399b75b commit 74832cd

File tree

79 files changed

+1766
-926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1766
-926
lines changed

docs/_include/card/timeseries-datashader.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ points from your backend systems to the browser's glass.
1010
This notebook plots the venerable NYC Taxi dataset after importing it
1111
into a CrateDB Cloud database cluster.
1212

13-
```{todo}
14-
🚧 This notebook is a work in progress. 🚧
15-
```
13+
**Note:** 🚧 This notebook is a work in progress. 🚧
14+
1615

1716
{{ '{}[cloud-datashader-github]'.format(nb_github) }} {{ '{}[cloud-datashader-colab]'.format(nb_colab) }}
1817
:::

docs/_include/links.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@
6060
[query DSL based on JSON]: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
6161
[RANK]: inv:crate-reference#window-functions-rank
6262
[Relational Database]: https://cratedb.com/solutions/relational-database
63+
[Replicating CDC events from DynamoDB to CrateDB]: https://cratedb.com/blog/replicating-cdc-events-from-dynamodb-to-cratedb
64+
[Replicating CDC events to CrateDB using AWS DMS]: https://cratedb.com/blog/replicating-cdc-events-to-cratedb-using-aws-dms
6365
[Replicating data to CrateDB with Debezium and Kafka]: https://community.cratedb.com/t/replicating-data-to-cratedb-with-debezium-and-kafka/1388
6466
[TF–IDF]: https://en.wikipedia.org/wiki/Tf%E2%80%93idf
65-
[Replicating CDC events from DynamoDB to CrateDB]: https://cratedb.com/blog/replicating-cdc-events-from-dynamodb-to-cratedb
6667
[timeseries-queries-and-visualization-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/timeseries-queries-and-visualization.ipynb
6768
[timeseries-queries-and-visualization-github]: https://github.com/crate/cratedb-examples/blob/main/topic/timeseries/timeseries-queries-and-visualization.ipynb
6869
[Vector Database (Product)]: https://cratedb.com/solutions/vector-database
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<!--
1+
/*
22
Custom styles for efficient tile layouts using card elements.
33
44
TODO: Upstream to crate-docs-theme.
5-
-->
6-
<style>
5+
*/
6+
77
/* General */
88
/*
99
.sd-card-body {
@@ -51,4 +51,7 @@
5151
margin-bottom: 1rem;
5252
}
5353

54-
</style>
54+
/* When a logo wants to be displayed next to the title */
55+
#main-content h1 {
56+
display: inline-block;
57+
}

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from crate.theme.rtd.conf.cratedb_guide import *
22

33
# Fallback guards, when parent theme does not introduce relevant variables.
4+
if "html_css_files" not in globals():
5+
html_css_files = []
46
if "html_theme_options" not in globals():
57
html_theme_options = {}
68
if "intersphinx_mapping" not in globals():
@@ -94,3 +96,8 @@
9496
"tutorial": "[![Navigate to Tutorial](https://img.shields.io/badge/Navigate%20to-Tutorial-darkcyan?logo=Markdown)]",
9597
"readmore": "[![Read More](https://img.shields.io/badge/Read-More-darkyellow?logo=Markdown)]",
9698
})
99+
100+
101+
html_css_files += [
102+
'css/custom.css',
103+
]

docs/connect/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
:::{include} /_include/links.md
55
:::
6-
:::{include} /_include/styles.html
7-
:::
86

97
:::::{grid}
108
:padding: 0

docs/feature/blob/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
:::{include} /_include/links.md
55
:::
6-
:::{include} /_include/styles.html
7-
:::
86

97

108
:::::{grid}

docs/feature/ccr/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
:::{include} /_include/links.md
55
:::
6-
:::{include} /_include/styles.html
7-
:::
86

97
:::::{grid}
108
:padding: 0

docs/feature/cloud/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
:::{include} /_include/links.md
55
:::
6-
:::{include} /_include/styles.html
7-
:::
86

97

108
:::::{grid}

docs/feature/cluster/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
:::{include} /_include/links.md
55
:::
6-
:::{include} /_include/styles.html
7-
:::
86

97

108
:::::{grid}

docs/feature/document/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,3 @@ and about OBJECT indexing.
429429
430430
learn
431431
```
432-
433-
```{include} /_include/styles.html
434-
```

0 commit comments

Comments
 (0)