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
15 changes: 12 additions & 3 deletions docs/start/ingest.md → docs/start/import.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(start-import)=
(start-ingest)=
# Ingesting data
# Importing data

:::{rubric} Features
:::
Expand Down Expand Up @@ -30,9 +31,17 @@ seamless and flexible ingestion strategies.
:::{rubric} Next step
:::

:::{card} All data ingestion methods for CrateDB at a glance
:::{card}
:link: ingest
:link-type: ref
CrateDB's data ingestion guide provides an overview of how to efficiently bring
:width: 75%
:margin: auto
The data ingestion guide provides an overview of how to efficiently bring
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amotl If we think "Import" is a better word, shouldn't that also be reflected here and in line 45?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probieren geht über studieren. We are testing how Algolia presents corresponding search requests, and will also check Google and friends.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok - then perhaps both is good 👍

data from various sources into CrateDB.
+++
```{button-ref} ingest
:color: primary
:expand:
All data ingestion methods for CrateDB at a glance
```
:::
2 changes: 1 addition & 1 deletion docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Get access to more resources to continue learning.
First steps <first-steps>
modelling/index
query/index
ingest
import
application/index
video/index
```
Expand Down
Loading