Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/performance/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(performance)=
(performance-guides)=
# Performance Guides
# Performance guides

:::{div} sd-text-muted
Best practices and tips for sharding, scaling, and performance tuning.
Expand Down
114 changes: 0 additions & 114 deletions docs/start/going-further.md

This file was deleted.

141 changes: 113 additions & 28 deletions docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Get up and running with CrateDB: Install, connect, run your first queries,
and explore key features.
:::

:::{rubric} Warm-up
:::{rubric} Warm up
:::

:::::{grid} 2 2 2 4
Expand Down Expand Up @@ -71,50 +71,135 @@ and explore key features.
::::
:::::

(start-going-further)=

:::{rubric} Learn more
:::

:::::{grid} 2 2 2 4
:padding: 0
:class-container: installation-grid
To learn more about CrateDB, we invite you to explore the other sections
of the documentation.

::::{grid-item-card} Sample Applications
:link: example-applications
:link-type: ref
:link-alt: Sample Applications
:columns: 6 3 3 3
:padding: 3
:text-align: center
:class-card: sd-pt-3
:class-body: sd-fs-1
:class-title: sd-fs-6
:::::{card}

{fas}`handshake`
::::
::::{sd-table}
:widths: 4 8
:row-class: top-border

::::{grid-item-card} Going Further
:link: start-going-further
:link-type: ref
:link-alt: Going Further
:columns: 6 3 3 3
:padding: 3
:text-align: center
:class-card: sd-pt-3
:class-body: sd-fs-1
:class-title: sd-fs-6
:::{sd-row}
```{sd-item} **Topic**
```
```{sd-item} **Description**
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
{ref}`Data modelling <data-modelling>`
```
```{sd-item}
Learn the different types of structured, semi-structured, and unstructured data.
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
{ref}`Query capabilities <query-capabilities>`
```
```{sd-item}
Explore CrateDB’s key query capabilities, such as aggregations, ad-hoc queries,
search and AI integration on large datasets at scale.
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
{ref}`Drivers <connect>`
```
```{sd-item}
Connect CrateDB to your applications using official drivers. Also explore CrateDB CLI tools.
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
{ref}`Integrations <integrate>`
```
```{sd-item}
Use CrateDB with third-party adapters, connectors, data sources, and integrations.
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
{ref}`Reference manual <crate-reference:index>`
```
```{sd-item}
Access the complete technical reference manual for CrateDB, and learn about
its concepts and details.
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
{ref}`Sample applications <example-applications>`
```
```{sd-item}
Explore ready-to-run sample projects that demonstrate how to build real-world solutions using CrateDB.
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
{ref}`Database management <administration>`
```
```{sd-item}
Learn to manage your cluster: configuration, sizing,
production deployment, migration and upgrade procedures,
sharding and partitioning, troubleshooting, user creation,
and cost optimization. Explore monitoring, alerting, and automation.
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
{ref}`performance`
```
```{sd-item}
Learn about best practices and recommendations to ensure optimal
system efficiency. Key points include performance tuning details around
selecting your sharding strategy, storage advice, and query optimization guidelines.
```
:::

:::{sd-row}
```{sd-item}
:class: sd-font-weight-bolder
[Support and learning ↗](https://learn.cratedb.com/)
```
```{sd-item}
Get access to more resources to continue learning.
```
:::

{fas}`box-open`
::::

:::::



```{toctree}
:maxdepth: 1
:hidden:

first-steps
going-further
modelling/index
query/index
Ingesting data <../ingest/index>
Expand Down