Skip to content

Commit abde7e6

Browse files
authored
Add Data modelling section (#270)
1 parent fada76b commit abde7e6

File tree

15 files changed

+1235
-215
lines changed

15 files changed

+1235
-215
lines changed
File renamed without changes.

docs/connect/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Database driver connection examples.
109109
:hidden:
110110
111111
configure
112+
connect
112113
CLI programs <cli>
113114
ide
114115
Drivers <drivers>
@@ -137,7 +138,7 @@ ruby
137138
[CrateDB PostgreSQL interface]: inv:crate-reference:*:label#interface-postgresql
138139
[HTTP interface]: inv:crate-reference:*:label#interface-http
139140
[HTTP protocol]: https://en.wikipedia.org/wiki/HTTP
140-
[JDBC]: https://en.wikipedia.org/wiki/Java_Database_Connectivity
141+
[JDBC]: https://en.wikipedia.org/wiki/Java_Database_Connectivity
141142
[ODBC]: https://en.wikipedia.org/wiki/Open_Database_Connectivity
142143
[PostgreSQL interface]: inv:crate-reference:*:label#interface-postgresql
143144
[PostgreSQL wire protocol]: https://www.postgresql.org/docs/current/protocol.html

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
Guides and tutorials about how to use CrateDB and CrateDB Cloud in practice.
1010

1111

12-
::::{grid} 1 2 2 2
12+
::::{grid} 4
1313
:padding: 0
1414

1515

1616
:::{grid-item-card} Getting Started
1717
:link: getting-started
1818
:link-type: ref
1919
:link-alt: Getting started with CrateDB
20-
:padding: 3
20+
:padding: 1
2121
:text-align: center
2222
:class-card: sd-pt-3
2323
:class-body: sd-fs-1
@@ -31,7 +31,7 @@ Guides and tutorials about how to use CrateDB and CrateDB Cloud in practice.
3131
:link: install
3232
:link-type: ref
3333
:link-alt: Installing CrateDB
34-
:padding: 3
34+
:padding: 1
3535
:text-align: center
3636
:class-card: sd-pt-3
3737
:class-body: sd-fs-1
@@ -45,7 +45,7 @@ Guides and tutorials about how to use CrateDB and CrateDB Cloud in practice.
4545
:link: administration
4646
:link-type: ref
4747
:link-alt: CrateDB Administration
48-
:padding: 3
48+
:padding: 1
4949
:text-align: center
5050
:class-card: sd-pt-3
5151
:class-body: sd-fs-1
@@ -59,7 +59,7 @@ Guides and tutorials about how to use CrateDB and CrateDB Cloud in practice.
5959
:link: performance
6060
:link-type: ref
6161
:link-alt: CrateDB Performance Guides
62-
:padding: 3
62+
:padding: 1
6363
:text-align: center
6464
:class-card: sd-pt-3
6565
:class-body: sd-fs-1

docs/performance/inserts/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ This section of the guide will show you how.
3030
parallel
3131
tuning
3232
testing
33-
sequences
3433

3534
.. _Abstract Syntax Tree: https://en.wikipedia.org/wiki/Abstract_syntax_tree

docs/performance/inserts/sequences.rst

Lines changed: 0 additions & 205 deletions
This file was deleted.

docs/start/going-further.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ of the documentation portal.
1818
:::
1919

2020
:::{sd-row}
21-
```{sd-item} Data modelling
21+
```{sd-item}
2222
:class: sd-font-weight-bolder
23+
{ref}`Data modelling <data-modelling>`
2324
```
2425
```{sd-item}
2526
Learn the different types of structured, semi-structured, and unstructured data.

docs/start/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and explore key features.
1818
:link: first-steps
1919
:link-type: ref
2020
:link-alt: First steps with CrateDB
21+
:columns: 6 3 3 3
2122
:padding: 3
2223
:text-align: center
2324
:class-card: sd-pt-3
@@ -31,6 +32,7 @@ and explore key features.
3132
:link: connect
3233
:link-type: ref
3334
:link-alt: Connect to CrateDB
35+
:columns: 6 3 3 3
3436
:padding: 3
3537
:text-align: center
3638
:class-card: sd-pt-3
@@ -44,6 +46,7 @@ and explore key features.
4446
:link: query-capabilities
4547
:link-type: ref
4648
:link-alt: Query Capabilities
49+
:columns: 6 3 3 3
4750
:padding: 3
4851
:text-align: center
4952
:class-card: sd-pt-3
@@ -57,6 +60,7 @@ and explore key features.
5760
:link: ingest
5861
:link-type: ref
5962
:link-alt: Ingesting Data
63+
:columns: 6 3 3 3
6064
:padding: 3
6165
:text-align: center
6266
:class-card: sd-pt-3
@@ -78,6 +82,7 @@ and explore key features.
7882
:link: example-applications
7983
:link-type: ref
8084
:link-alt: Sample Applications
85+
:columns: 6 3 3 3
8186
:padding: 3
8287
:text-align: center
8388
:class-card: sd-pt-3
@@ -91,6 +96,7 @@ and explore key features.
9196
:link: start-going-further
9297
:link-type: ref
9398
:link-alt: Going Further
99+
:columns: 6 3 3 3
94100
:padding: 3
95101
:text-align: center
96102
:class-card: sd-pt-3
@@ -108,11 +114,11 @@ and explore key features.
108114
:hidden:
109115
110116
first-steps
111-
connect
117+
going-further
118+
modelling/index
112119
query/index
113120
Ingesting data <../ingest/index>
114121
application/index
115-
going-further
116122
```
117123

118124

0 commit comments

Comments
 (0)