File tree Expand file tree Collapse file tree 12 files changed +179
-5
lines changed
Expand file tree Collapse file tree 12 files changed +179
-5
lines changed Original file line number Diff line number Diff line change 44TODO: Upstream to crate-docs-theme.
55-->
66< style >
7+ /*
78.sd-card-body {
89 line-height: 1.1em;
910}
11+ */
1012.sd-card-footer {
1113 font-size : small;
1214}
Original file line number Diff line number Diff line change 1- .. _ clustering :
1+ .. _ admin-clustering :
22
33==========
44Clustering
Original file line number Diff line number Diff line change 1+ (blob)=
2+
3+ # BLOB Store
4+
5+ :::{todo} Implement.
6+ :::
Original file line number Diff line number Diff line change 1+ (cloud)=
2+
3+ # Cloud Native
4+
5+ :::{todo} Implement.
6+ :::
Original file line number Diff line number Diff line change 1+ (clustering)=
2+
3+ # Clustering
4+
5+ :::{todo} Implement.
6+
7+ About scalability through partitioning, sharding, and replication.
8+ Also about cross cluster replication.
9+ :::
10+
11+
12+ :::{seealso}
13+ ** Domains:**
14+ [ ] ( #metrics-store ) •
15+ [ ] ( #analytics ) •
16+ [ ] ( #industrial ) •
17+ [ ] ( #timeseries ) •
18+ [ ] ( #machine-learning )
19+
20+ ** Product:**
21+ [ Relational Database]
22+ :::
23+
24+
25+ [ Relational Database ] : https://cratedb.com/solutions/relational-database
Original file line number Diff line number Diff line change 1+ (fdw)=
2+
3+ # Foreign Data Wrapper
4+
5+ :::{todo} Implement.
6+ :::
7+
8+
9+ :::{seealso}
10+ ** Product:**
11+ [ Relational Database]
12+ :::
13+
14+
15+ [ Relational Database ] : https://cratedb.com/solutions/relational-database
Original file line number Diff line number Diff line change 55
66All features of CrateDB at a glance.
77
8- ``` {toctree}
9- :maxdepth: 1
8+ :::::{grid} 1 3 3 3
9+ :margin: 4 4 0 0
10+ :padding: 0
11+ :gutter: 2
1012
11- document/index
13+ ::::{grid-item-card} {material-outlined}` lightbulb;2em ` Fundamentals
14+ :::{toctree}
15+ :maxdepth: 1
16+ sql/index
1217relational/index
18+ document/index
1319search/index
1420geospatial/index
21+ blob/index
22+ vector/index
23+ :::
24+ +++
25+ CrateDB combines the advantages of traditional SQL databases with the
26+ best properties of NoSQL databases.
27+ ::::
28+
29+ ::::{grid-item-card} {material-outlined}` group;2em ` Operational
30+ :::{toctree}
31+ :maxdepth: 1
32+ cluster/index
33+ snapshot/index
1534connectivity/index
35+ cloud/index
36+ :::
37+ +++
38+ CrateDB scales horizontally using a shared-nothing
39+ architecture, inherited from Elasticsearch.
40+ ::::
41+
42+ ::::{grid-item-card} {material-outlined}` read_more;2em ` More
43+ :::{toctree}
44+ :maxdepth: 1
45+ query/index
1646generated/index
47+ fdw/index
1748udf/index
18- ```
49+ replication/index
50+ :::
51+ +++
52+ Advanced features supporting daily data
53+ operations, all based on standard SQL.
54+ ::::
55+
56+ :::::
1957
2058
2159:::{rubric} Features and Use Cases
@@ -60,3 +98,7 @@ full-text search engine library.
6098
6199
62100::::
101+
102+
103+ ``` {include} /_include/styles.html
104+ ```
Original file line number Diff line number Diff line change 1+ (query)=
2+ (querying)=
3+
4+ # Advanced Querying
5+
6+ :::{todo} Implement.
7+ :::
8+
9+
10+ (aggregation)=
11+ (aggregations)=
12+
13+ ## Aggregations
14+
15+ :::{todo} Implement.
16+ :::
Original file line number Diff line number Diff line change 1+ (replication)=
2+
3+ # Cross-Cluster Replication
4+
5+ :::{todo} Implement.
6+ :::
Original file line number Diff line number Diff line change 1+ (snapshot)=
2+
3+ # Snapshots
4+
5+ :::{todo} Implement.
6+ :::
You can’t perform that action at this time.
0 commit comments