Skip to content

Commit

Permalink
Chore: Refactor a few redundant external link references
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 13, 2024
1 parent e2cddd1 commit 22ea29a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
4 changes: 4 additions & 0 deletions docs/_include/links.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[cloud-datashader-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/amo/cloud-datashader/topic/timeseries/explore/cloud-datashader.ipynb
[cloud-datashader-github]: https://github.com/crate/cratedb-examples/blob/amo/cloud-datashader/topic/timeseries/explore/cloud-datashader.ipynb
[Datashader]: https://datashader.org/
[Dynamic Database Schemas]: https://cratedb.com/product/features/dynamic-schemas
[HoloViews]: https://www.holoviews.org/
[Indexing, Columnar Storage, and Aggregations]: https://cratedb.com/product/features/indexing-columnar-storage-aggregations
[JSON Database]: https://cratedb.com/solutions/json-database
[Multi-model Database]: https://cratedb.com/solutions/multi-model-database
[Nested Data Structure]: https://cratedb.com/product/features/nested-data-structure
[Relational Database]: https://cratedb.com/solutions/relational-database
[timeseries-queries-and-visualization-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/timeseries-queries-and-visualization.ipynb
[timeseries-queries-and-visualization-github]: https://github.com/crate/cratedb-examples/blob/main/topic/timeseries/timeseries-queries-and-visualization.ipynb
10 changes: 3 additions & 7 deletions docs/feature/document/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

# Document Store

:::{include} /_include/links.md
:::

:::::{grid}
:padding: 0

Expand Down Expand Up @@ -409,12 +412,5 @@ and about OBJECT indexing.
[query DSL based on JSON]: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
[Unleashing the Power of Nested Data: Ingesting and Querying JSON Documents with SQL]: https://youtu.be/S_RHmdz2IQM?feature=shared

<!-- shared -->
[Dynamic Database Schemas]: https://cratedb.com/product/features/dynamic-schemas
[JSON Database]: https://cratedb.com/solutions/json-database
[Multi-model Database]: https://cratedb.com/solutions/multi-model-database
[Nested Data Structure]: https://cratedb.com/product/features/nested-data-structure
[Relational Database]: https://cratedb.com/solutions/relational-database

```{include} /_include/styles.html
```
20 changes: 8 additions & 12 deletions docs/feature/sql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# SQL

:::{include} /_include/links.md
:::

:::::{grid}
:padding: 0
Expand All @@ -15,6 +17,9 @@
CrateDB's features are available using plain SQL, and it is wire-protocol
compatible to PostgreSQL.

CrateDB extends industry-standard SQL with functionalities to support
its data types, data I/O procedures, and cluster management.

CrateDB integrates well with commodity systems using standard database
access interfaces like ODBC or JDBC, and it provides a proprietary HTTP
interface on top.
Expand Down Expand Up @@ -67,7 +72,9 @@ off-the-shelve, 3rd-party, open-source, and proprietary applications.

## Synopsis

:::{todo} One or max. two DQL SQL queries using many features at once?
:::{todo}
- One or max. two DQL SQL queries using many features, all at once?
- What else?
:::


Expand All @@ -79,19 +86,8 @@ off-the-shelve, 3rd-party, open-source, and proprietary applications.
[](#industrial)
[](#timeseries)
[](#machine-learning)

:::


<!-- shared -->
[Dynamic Database Schemas]: https://cratedb.com/product/features/dynamic-schemas
[JSON Database]: https://cratedb.com/solutions/json-database
[Multi-model Database]: https://cratedb.com/solutions/multi-model-database
[Nested Data Structure]: https://cratedb.com/product/features/nested-data-structure
[Relational Database]: https://cratedb.com/solutions/relational-database


```{include} /_include/styles.html
```


0 comments on commit 22ea29a

Please sign in to comment.