Skip to content

Commit 9815ada

Browse files
committed
Solutions: Add explanation texts to "analytics" and "machine learning"
1 parent 26cd67c commit 9815ada

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/solution/analytics/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ your fingertips, for live querying. Batch jobs to roll up raw data into
1515
analytical results are not an option, because users' queries are too
1616
individual, so you need to run them on real data in real time.
1717

18+
:::{todo}
19+
**Instructions:**
20+
Elaborate a bit longer about the topic domain and the ingredients of this section
21+
in an abstract way, concisely highlighting and summarizing relevant benefits,
22+
like the `../analytics/index`, `../industrial/index`, and `../longterm/index`
23+
pages are doing it already.
24+
Use concise language, active voice, and avoid yapping.
25+
:::
26+
1827
With CrateDB, compatible to PostgreSQL, you can do all of that using plain SQL.
1928
Other than integrating well with commodity systems using standard database
2029
access interfaces like ODBC or JDBC, it provides a proprietary HTTP interface

docs/solution/machine-learning/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ CrateDB provides a vector type natively, and adapters for integrating
1111
with machine learning frameworks.
1212
:::
1313

14+
:::{todo}
15+
**Instructions:**
16+
Elaborate a bit longer about the topic domain and the ingredients of this section
17+
in an abstract way, concisely highlighting and summarizing relevant benefits,
18+
like the `../analytics/index`, `../industrial/index`, and `../longterm/index`
19+
pages are doing it already.
20+
Use concise language, active voice, and avoid yapping.
21+
:::
22+
1423
## Vector store
1524

1625
:::{div}

0 commit comments

Comments
 (0)