-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features: Add dedicated pages about...
blob, cloud, cluster, fdw, query, replication, snapshot, sql, vector
- Loading branch information
Showing
12 changed files
with
179 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _clustering: | ||
.. _admin-clustering: | ||
|
||
========== | ||
Clustering | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(blob)= | ||
|
||
# BLOB Store | ||
|
||
:::{todo} Implement. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(cloud)= | ||
|
||
# Cloud Native | ||
|
||
:::{todo} Implement. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
(clustering)= | ||
|
||
# Clustering | ||
|
||
:::{todo} Implement. | ||
|
||
About scalability through partitioning, sharding, and replication. | ||
Also about cross cluster replication. | ||
::: | ||
|
||
|
||
:::{seealso} | ||
**Domains:** | ||
[](#metrics-store) • | ||
[](#analytics) • | ||
[](#industrial) • | ||
[](#timeseries) • | ||
[](#machine-learning) | ||
|
||
**Product:** | ||
[Relational Database] | ||
::: | ||
|
||
|
||
[Relational Database]: https://cratedb.com/solutions/relational-database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
(fdw)= | ||
|
||
# Foreign Data Wrapper | ||
|
||
:::{todo} Implement. | ||
::: | ||
|
||
|
||
:::{seealso} | ||
**Product:** | ||
[Relational Database] | ||
::: | ||
|
||
|
||
[Relational Database]: https://cratedb.com/solutions/relational-database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
(query)= | ||
(querying)= | ||
|
||
# Advanced Querying | ||
|
||
:::{todo} Implement. | ||
::: | ||
|
||
|
||
(aggregation)= | ||
(aggregations)= | ||
|
||
## Aggregations | ||
|
||
:::{todo} Implement. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(replication)= | ||
|
||
# Cross-Cluster Replication | ||
|
||
:::{todo} Implement. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(snapshot)= | ||
|
||
# Snapshots | ||
|
||
:::{todo} Implement. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
(sql)= | ||
|
||
# SQL | ||
|
||
:::{todo} Implement. | ||
::: | ||
|
||
|
||
CrateDB is wire-protocol compatible to PostgreSQL, and you can use all of its | ||
features using plain SQL. | ||
Other than integrating well with commodity systems using standard database | ||
access interfaces like ODBC or JDBC, it provides a proprietary HTTP interface | ||
on top. | ||
|
||
You have a variety of options to connect to CrateDB, and to integrate it with | ||
off-the-shelve, 3rd-party, open-source, and proprietary applications. | ||
|
||
See {ref}`connect`. | ||
|
||
|
||
:::{seealso} | ||
**Domains:** | ||
[](#metrics-store) • | ||
[](#analytics) • | ||
[](#industrial) • | ||
[](#timeseries) • | ||
[](#machine-learning) | ||
|
||
**Product:** | ||
[Relational Database] | ||
::: | ||
|
||
|
||
[Relational Database]: https://cratedb.com/solutions/relational-database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
(hnsw)= | ||
(vector)= | ||
|
||
# Vector Store | ||
|
||
:::{todo} Implement. | ||
::: | ||
|
||
|
||
:::{seealso} | ||
**Product:** | ||
[Relational Database] | ||
::: | ||
|
||
|
||
[Relational Database]: https://cratedb.com/solutions/relational-database |