Skip to content

Commit a14ef85

Browse files
committed
Features: This and that
1 parent 1352cf0 commit a14ef85

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

docs/_include/styles.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@
4040
margin-bottom: 0 !important;;
4141
}
4242

43+
44+
/* Cards with Links */
45+
.sd-hide-link-text {
46+
height: 0;
47+
}
48+
4349
</style>

docs/feature/index.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ ETL applications.
106106

107107
:::{rubric} Highlights
108108
:::
109+
109110
Important fundamental features of CrateDB, and how they are applied within software
110111
solutions and application platforms in different scenarios and environments.
111112

@@ -141,8 +142,25 @@ for full-text search, and how to query text data efficiently, to make sense
141142
of large volumes of unstructured information.
142143
+++
143144
**What's inside:**
144-
Like Elasticsearch, CrateDB is based on Lucene, the premier industry-grade
145-
full-text search engine library.
145+
Like Elasticsearch and Solr, CrateDB is based on Lucene, the premier
146+
industry-grade full-text search engine library.
146147
:::
147148

148149
::::
150+
151+
152+
:::{rubric} Quotes
153+
:::
154+
155+
> When using CrateDB, a project that got started around the same time, it's like
156+
you've stumbled into an alternative reality where Elastic is a proper database.
157+
>
158+
> <small>-– Henrik Ingo, Nyrkiö Oy, independent database consultant, MongoDB</small>
159+
160+
> CrateDB enables use cases we couldn't satisfy with other
161+
database systems, also with databases which are even stronger
162+
focused on the time series domain.
163+
>
164+
> CrateDB is not your normal database!
165+
>
166+
> <small>-- Daniel Hölbling-Inzko, Director of Engineering Analytics, Bitmovin</small>

docs/feature/relational/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ CrateDB implements the relational concept of joining tables.
2525
When selecting data from CrateDB, you can join one or more relations
2626
(tables) to combine columns into one result set.
2727

28+
:::{rubric} Details
29+
:::
2830
Joins are essential operations in relational databases. They create a
2931
link between rows based on common values and allow the meaningful
3032
combination of these rows.
3133

32-
CrateDB supports joins effectively from the beginning and, due to its
33-
distributed nature, allows you to work with large amounts of data.
34+
CrateDB was designed to support distributed joins effectively from the
35+
very beginning.
3436
::::
3537

3638

0 commit comments

Comments
 (0)