Skip to content

Commit 602198c

Browse files
committed
Features: Add canonical feature page for "CrateDB Cloud"
1 parent fe8d733 commit 602198c

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

docs/feature/index.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
(feature)=
2+
(features)=
3+
(all-features)=
4+
# All Features
5+
6+
All features of [CrateDB Cloud] at a glance.
7+
8+
:::::{grid} 1 3 3 3
9+
:margin: 4 4 0 0
10+
:padding: 0
11+
:gutter: 2
12+
:class-container: compact
13+
14+
::::{grid-item-card} {material-outlined}`power_settings_new;2em` Functional
15+
:class-footer: text-smaller
16+
17+
- [SQL Database][Database Features]
18+
:::{toctree}
19+
:maxdepth: 1
20+
21+
SQL Console <../cluster/console>
22+
../cluster/automation
23+
../cluster/import
24+
../cluster/export
25+
API <../organization/api>
26+
API CLI <../tutorials/deploy/croud>
27+
:::
28+
+++
29+
CrateDB Cloud includes enhanced automation and productivity features,
30+
and a wide range of integrations with data ingestion and
31+
visualization tools.
32+
::::
33+
34+
::::{grid-item-card} {material-outlined}`assured_workload;2em` Operational
35+
:class-footer: text-smaller
36+
37+
:::{toctree}
38+
:maxdepth: 1
39+
40+
Management Console <../cluster/manage>
41+
Automatic Backups <../cluster/backups>
42+
:::
43+
- Monitoring
44+
- Marketplace Coverage
45+
46+
[AWS][AWS Marketplace], [Azure][Azure Marketplace], [GCP][GCP Marketplace]
47+
- [Support Plans]
48+
49+
50+
- Effortless Scaling
51+
- Zero Downtime Upgrades
52+
- Flexible Deployment: Full-managed vs. hybrid
53+
- Cost-effectiveness
54+
+++
55+
CrateDB Cloud provides confident scaling of your workloads,
56+
and deployments on your preferred infrastructure provider.
57+
::::
58+
59+
::::{grid-item-card} {material-outlined}`security;2em` Security
60+
:class-footer: text-smaller
61+
62+
CrateDB Cloud is [secure, certified, and compliant].
63+
- [Encryption]
64+
- [RBAC]
65+
- [Auditing]
66+
- [ISO 27001]
67+
- [SOC 2 Type 2]
68+
- [HIPAA]
69+
- [GDPR]
70+
- [CCPA]
71+
+++
72+
CrateDB Cloud ensures secure data management with its encryption and
73+
authentication mechanisms, and its operational certifications.
74+
::::
75+
76+
:::::
77+
78+
79+
[Auditing]: https://cratedb.com/product/features/auditing
80+
[AWS Marketplace]: https://aws.amazon.com/marketplace/pp/prodview-l7rqf2xpeaubk
81+
[Azure Marketplace]: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/crate.cratedbcloud?tab=overview
82+
[CCPA]: https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=CIV&sectionNum=1798.140.
83+
[CrateDB Cloud]: https://cratedb.com/product/cloud
84+
[Database Features]: https://cratedb.com/docs/guide/feature/
85+
[Encryption]: https://cratedb.com/product/features/data-encryption
86+
[GCP Marketplace]: https://console.cloud.google.com/marketplace/product/cratedb-public/cratedb-gcp
87+
[GDPR]: https://gdpr-info.eu/
88+
[HIPAA]: https://www.cdc.gov/phlp/php/resources/health-insurance-portability-and-accountability-act-of-1996-hipaa.html?CDC_AAref_Val=https://www.cdc.gov/phlp/publications/topic/hipaa.html
89+
[ISO 27001]: https://cratedb.com/blog/cratedb-elevates-its-security-standards-and-achieves-iso-27001-certification
90+
[RBAC]: https://cratedb.com/product/features/authorization
91+
[secure, certified, and compliant]: https://cratedb.com/contact/security
92+
[SOC 2 Type 2]: https://cratedb.com/blog/soc-2-type-2-compliance
93+
[Support Plans]: https://cratedb.com/support/support-plans
94+
95+
96+
<!--
97+
Custom styles.
98+
TODO: Possibly upstream to crate-docs-theme.
99+
-->
100+
<style>
101+
.compact ul {
102+
margin-top: 0;
103+
margin-bottom: 0;
104+
}
105+
</style>

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ for improvements], and [source code contributions], are always welcome. {fab}`gi
144144
:maxdepth: 1
145145
:hidden:
146146

147+
All Features <feature/index>
147148
Quick Start <tutorials/quick-start>
148149
Services <reference/services>
149150
Import <cluster/import>

0 commit comments

Comments
 (0)