Skip to content

Commit

Permalink
Domains Document Store, Search, Timeseries; References to Cloud Tutor…
Browse files Browse the repository at this point in the history
…ials
  • Loading branch information
amotl committed Feb 23, 2024
1 parent 51f2788 commit 37bec24
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 22 deletions.
11 changes: 11 additions & 0 deletions docs/domain/document/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(document)=
(object)=
# Document Store

Learn how to efficiently store JSON or other structured data, also nested, and
how to query this data with ease, based on CrateDB's `OBJECT` data type.

Storing documents in CrateDB provides the same development convenience like the
document-oriented storage layer of Lotus Notes / Domino, CouchDB, and MongoDB.

- [](inv:cloud#object)
2 changes: 2 additions & 0 deletions docs/domain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ how to use CrateDB optimally, related to different topic domains.
```{toctree}
:maxdepth: 3
document/index
search/index
timeseries/index
../integrate/ml/index
```
17 changes: 17 additions & 0 deletions docs/domain/search/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
(fts)=
(full-text)=
# Full-Text Search

Learn how to set up your database for full-text search, how to create the
relevant indices, and how to query your text data efficiently. A must-read
for anyone looking to make sense of large volumes of unstructured text data.

- [](inv:cloud#full-text)


:::{note}
CrateDB is an exceptional choice for handling complex queries and large-scale
data sets. One of its standout features are its full-text search capabilities,
built on top of the powerful Lucene library. This makes it a great fit for
organizing, searching, and analyzing extensive datasets.
:::
1 change: 1 addition & 0 deletions docs/domain/timeseries/generate/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. _timeseries-basics:
.. _gen-ts:

=========================
Expand Down
19 changes: 19 additions & 0 deletions docs/domain/timeseries/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
(timeseries)=
# Time Series Data

Learn how to optimally use CrateDB within time series use-cases.

- [](#timeseries-basics)
- [](#timeseries-normalize)
- [Financial data collection and processing using pandas]
- [](inv:cloud#time-series)
- [](inv:cloud#time-series-advanced)

:::{toctree}
:hidden:

generate/index
normalize-intervals
:::

[Financial data collection and processing using pandas]: https://community.crate.io/t/automating-financial-data-collection-and-storage-in-cratedb-with-python-and-pandas-2-0-0/916
22 changes: 0 additions & 22 deletions docs/domain/timeseries/index.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/domain/timeseries/normalize-intervals.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. _timeseries-normalize:
.. _normalize-intervals:

====================================
Expand Down
30 changes: 30 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,35 @@ application and topic domains.
::::{grid} 3
:padding: 0


:::{grid-item-card} Document Store
:link: document
:link-type: ref
:link-alt: Storing JSON documents using CrateDB's `OBJECT` data type
:padding: 3
:text-align: center
:class-card: sd-pt-3
:class-body: sd-fs-1
:class-title: sd-fs-5

{material-outlined}`article;1.3em`
:::


:::{grid-item-card} Full-Text Search
:link: fts
:link-type: ref
:link-alt: About CrateDB's full-text search capabilities
:padding: 3
:text-align: center
:class-card: sd-pt-3
:class-body: sd-fs-1
:class-title: sd-fs-5

{material-outlined}`manage_search;1.3em`
:::


:::{grid-item-card} Time Series Data
:link: timeseries
:link-type: ref
Expand Down Expand Up @@ -125,6 +154,7 @@ application and topic domains.
{material-outlined}`model_training;1.3em`
:::


::::


Expand Down

0 comments on commit 37bec24

Please sign in to comment.