Skip to content

Commit 1b1c704

Browse files
committed
Chore: Copy-editing. Layout. Wording.
1 parent 133b2ad commit 1b1c704

File tree

5 files changed

+142
-47
lines changed

5 files changed

+142
-47
lines changed
Lines changed: 52 additions & 0 deletions
Loading

docs/_assets/icon/dbeaver-logo.svg

Lines changed: 20 additions & 0 deletions
Loading

docs/connect/application.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,38 @@ echo '{"stmt": "SELECT 42.42;"}' \
231231
Mostly through its PostgreSQL interface, CrateDB supports working with popular
232232
database IDE (Integrated Development Environment) applications.
233233

234-
### DataGrip
235234

236-
- {ref}`datagrip`
237-
238-
### DBeaver
235+
:::::{grid} 2 2 2 4
236+
:gutter: 3
237+
:padding: 0
238+
239+
::::{grid-item-card} DataGrip
240+
:link: datagrip
241+
:link-type: ref
242+
:link-alt: Connect to CrateDB using DataGrip
243+
:text-align: center
244+
:class-card: sd-pt-3
245+
:class-body: sd-fs-1
246+
:class-title: sd-fs-6
247+
```{image} /_assets/icon/datagrip-logo.svg
248+
:height: 60px
249+
```
250+
::::
239251

240-
- {ref}`dbeaver`
252+
::::{grid-item-card} DBeaver
253+
:link: dbeaver
254+
:link-type: ref
255+
:link-alt: Connect to CrateDB using DBeaver
256+
:text-align: center
257+
:class-card: sd-pt-3
258+
:class-body: sd-fs-1
259+
:class-title: sd-fs-6
260+
```{image} /_assets/icon/dbeaver-logo.svg
261+
:height: 60px
262+
```
263+
::::
241264

265+
:::::
242266

243267

244268
[curl]: https://curl.se/

docs/start/application/index.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
::::{grid} 1 2 2 3
99
:gutter: 2
1010

11-
:::{grid-item-card} JavaScript guestbook app
11+
:::{grid-item-card} JavaScript guestbook
1212
:link: https://github.com/crate/crate-sample-apps
1313
:link-type: url
1414
A JavaScript guestbook app with several backend implementations.
1515
+++
1616
Each uses a different client library to communicate with CrateDB over HTTP.
1717
:::
1818

19-
:::{grid-item-card} Geospatial demo with CrateDB
19+
:::{grid-item-card} Geospatial data
2020
:link: https://github.com/crate/devrel-shipping-forecast-geo-demo
2121
:link-type: url
2222
Geospatial data demo application using CrateDB and the Express.js framework.
2323
+++
24-
Click on the map to drop a marker in the waters around the British Isles,
25-
then select Search to see which Shipping Forecast region your marker is in.
24+
Select a point of interest on a map,
25+
then drill up to the corresponding region.
2626
:::
2727

2828
::::
@@ -34,49 +34,48 @@ then select Search to see which Shipping Forecast region your marker is in.
3434
::::{grid} 1 2 2 3
3535
:gutter: 2
3636

37-
:::{grid-item-card} CrateDB UK Offshore Wind Farms Data Workshop
37+
:::{grid-item-card} UK offshore wind farms data » Workshop
3838
:link: https://github.com/crate/cratedb-examples/tree/main/topic/multi-model
3939
:link-type: url
40-
The workshop explores multimodel data modeling and queries with CrateDB.
40+
The workshop explores multimodel data modeling and queries
41+
with CrateDB and Leaflet.
4142
+++
4243
Acquire geographic data in WKT format and hourly performance data in JSONL
43-
from The Crown Estate (manager of the UK's offshore wind farm sites),
44-
import them into CrateDB, and display them on a Leaflet map.
44+
format about UK's offshore wind farm sites,
45+
import them into CrateDB, and display them on map.
4546
:::
4647

47-
:::{grid-item-card} CrateDB UK Offshore Wind Farms Data Demo
48+
:::{grid-item-card} UK offshore wind farms data » Demo
4849
:link: https://github.com/crate/devrel-offshore-wind-farms-demo
4950
:link-type: url
5051
Demo application that visualizes data in the UK offshore wind farms
5152
example dataset using CrateDB.
5253
+++
53-
Navigate the map widget to see the locations of individual wind farms, then
54-
click on a marker to see details about that wind farm's performance.
55-
Zoom in and drill down to locations and performance data of individual turbines.
54+
Navigate the map widget to see the locations of wind farms, then drill
55+
down into performance details about that wind farm and individual turbines.
5656
:::
5757

58-
:::{grid-item-card} Planespotting with SDR and CrateDB
58+
:::{grid-item-card} Planespotting with SDR
5959
:link: https://github.com/crate/devrel-plane-spotting-with-cratedb
6060
:link-type: url
61-
Plane Spotting with Software Defined Radio (SDR), CrateDB, and Node.js.
61+
Plane spotting with software-defined radio (SDR), CrateDB, and Node.js.
6262
+++
63-
Import data from the FlightAware API, then query the latest data for planes
64-
that have a plane_id, callsign, altitude, and position and have been updated
65-
within the last 2 minutes.
63+
Import data from the FlightAware API, then query the latest data for active
64+
transmitting planes that has been updated within the last 2 minutes.
6665
:::
6766

68-
:::{grid-item-card} CrateDB GTFS / GTFS-RT Transit Data Demo
67+
:::{grid-item-card} GTFS / GTFS-RT transit data
6968
:link: https://github.com/crate/devrel-gtfs-transit
7069
:link-type: url
71-
Capture GTFS and GTFS-RT data for storage and analysis with CrateDB.
70+
Store and analyze transit networks using a
71+
a Python/JavaScript/Leaflet application and CrateDB.
7272
+++
73-
The demo application has a Python backend and a JavaScript/Leaflet
74-
maps frontend. It uses GTFS (General Transit Feed Specification) and GTFS‑RT
75-
(the extra real-time feeds for GTFS) to store and analyze transit system route,
76-
trip, stop, and vehicle‑movement data stored in CrateDB.
73+
Store and analyze data about transit system routes,
74+
trips, stops, and vehicle movements,
75+
based on GTFS and GTFS‑RT data (General Transit Feed Specification).
7776
:::
7877

79-
:::{grid-item-card} CrateDB RAG / Hybrid Search PDF Chatbot
78+
:::{grid-item-card} Hybrid-search PDF chatbot
8079
:link: https://github.com/crate/devrel-pdf-rag-chatbot
8180
:link-type: url
8281
A natural language chatbot powered by CrateDB using RAG techniques and data from PDF files.

docs/tutorial/index.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,6 @@ Learn how to analyze time series data on behalf of a practical example.
4444
:::::
4545

4646

47-
## Academy
48-
49-
:::{card}
50-
:width: 50%
51-
:link: https://learn.cratedb.com/
52-
:link-alt: The CrateDB Academy
53-
:class-header: sd-text-center sd-fs-5 sd-align-minor-center sd-font-weight-bold sd-text-capitalize
54-
:class-body: sd-text-center sd-fs-5
55-
:class-footer: text-smaller
56-
Academy Courses
57-
^^^
58-
{material-outlined}`school;3.5em`
59-
+++
60-
A learning hub dedicated to data enthusiasts, including educational material
61-
about CrateDB fundamentals and advanced time series.
62-
:::
63-
64-
6547
## Integrations
6648

6749
Learn how to integrate CrateDB with 3rd-party, industry-standard products.
@@ -89,6 +71,24 @@ Learn how to integrate CrateDB with 3rd-party, industry-standard products.
8971
- {ref}`r-tutorial`
9072

9173

74+
## Academy
75+
76+
:::{card}
77+
:width: 50%
78+
:link: https://learn.cratedb.com/
79+
:link-alt: The CrateDB Academy
80+
:class-header: sd-text-center sd-fs-5 sd-align-minor-center sd-font-weight-bold sd-text-capitalize
81+
:class-body: sd-text-center sd-fs-5
82+
:class-footer: text-smaller
83+
Academy Courses
84+
^^^
85+
{material-outlined}`school;3.5em`
86+
+++
87+
A learning hub dedicated to data enthusiasts, including educational material
88+
about CrateDB fundamentals and advanced time series.
89+
:::
90+
91+
9292
:::{note}
9393
You can expect the more recent documents to be more up-to-date than previous
9494
ones. If you can discover any flaws, please report them back to us by

0 commit comments

Comments
 (0)