Skip to content

Commit

Permalink
refactor: YES=>√
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang committed Sep 9, 2024
1 parent 91eb375 commit 119e3cc
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 47 deletions.
94 changes: 47 additions & 47 deletions docs/en/guides/00-overview/00-editions/02-dc/02-editions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following are feature lists of Databend Cloud among editions:
width={['67%', '11%', '11%', '11%']}
thead={['Features', 'Standard', 'Business', 'Dedicated']}
tbody={[
[`Early access to weekly new releases, which can be used for additional testing/validation before each release is deployed to your production accounts.`, 'No', 'Yes', 'Yes']
[`Early access to weekly new releases, which can be used for additional testing/validation before each release is deployed to your production accounts.`, '', '', '']
]} />

#### Security & Governance
Expand All @@ -27,16 +27,16 @@ tbody={[
width={['67%', '11%', '11%', '11%']}
thead={['Features', 'Standard', 'Business', 'Dedicated']}
tbody={[
['SOC 1 Type I certification.', 'Yes', 'Yes', 'Yes'],
['Automatic encryption of all data.', 'Yes', 'Yes', 'Yes'],
['Object-level access control.', 'Yes', 'Yes', 'Yes'],
['Standard Time Travel (up to 1 day) for accessing/restoring modified and deleted data.', 'Yes', 'Yes', 'Yes'],
['Disaster recovery of modified/deleted data (for 7 days beyond Time Travel) through Fail-safe.', 'Yes', 'Yes', 'Yes'],
['<b>Extended Time Travel</b>.', 'No', '90 days', '90 days'],
['Column-level Security to apply masking policies to columns in tables or views.', 'Yes', 'Yes', 'Yes'],
['Audit the user access history through the Account Usage ACCESS_HISTORY view.', 'Yes', 'Yes', 'Yes'],
['<b>Support for private connectivity to the Databend Cloud service using AWS PrivateLink</b>.', 'No', 'Yes', 'Yes'],
['<b>Dedicated metadata store and pool of compute resources (used in virtual warehouses)</b>.', 'No', 'No', 'Yes'],
['SOC 1 Type I certification.', '', '', ''],
['Automatic encryption of all data.', '', '', ''],
['Object-level access control.', '', '', ''],
['Standard Time Travel (up to 1 day) for accessing/restoring modified and deleted data.', '', '', ''],
['Disaster recovery of modified/deleted data (for 7 days beyond Time Travel) through Fail-safe.', '', '', ''],
['<b>Extended Time Travel</b>.', '', '90 days', '90 days'],
['Column-level Security to apply masking policies to columns in tables or views.', '', '', ''],
['Audit the user access history through the Account Usage ACCESS_HISTORY view.', '', '', ''],
['<b>Support for private connectivity to the Databend Cloud service using AWS PrivateLink</b>.', '', '', ''],
['<b>Dedicated metadata store and pool of compute resources (used in virtual warehouses)</b>.', '', '', ''],
]}
/>

Expand All @@ -46,8 +46,8 @@ tbody={[
width={['67%', '11%', '11%', '11%']}
thead={['Features', 'Standard', 'Business', 'Dedicated']}
tbody={[
['Virtual warehouses, separate compute clusters for isolating query and data loading workloads.', 'Yes', 'Yes', 'Yes'],
['Resource monitors for monitoring virtual warehouse credit usage.', 'Yes', 'Yes', 'Yes'],
['Virtual warehouses, separate compute clusters for isolating query and data loading workloads.', '', '', ''],
['Resource monitors for monitoring virtual warehouse credit usage.', '', '', ''],
]}
/>

Expand All @@ -57,26 +57,26 @@ tbody={[
width={['67%', '11%', '11%', '11%']}
thead={['Features', 'Standard', 'Business', 'Dedicated']}
tbody={[
['Standard SQL, including most DDL and DML defined in SQL:1999.', 'Yes', 'Yes', 'Yes'],
['Advanced DML such as multi-table INSERT, MERGE, and multi-merge.', 'Yes', 'Yes', 'Yes'],
['Broad support for standard data types.', 'Yes', 'Yes', 'Yes'],
['Native support for semi-structured data (JSON, ORC, Parquet).', 'Yes', 'Yes', 'Yes'],
['Native support for geospatial data.', 'Yes', 'Yes', 'Yes'],
['Native support for unstructured data.', 'Yes', 'Yes', 'Yes'],
['Collation rules for string/text data in table columns.', 'Yes', 'Yes', 'Yes'],
['Multi-statement transactions.', 'Yes', 'Yes', 'Yes'],
['User-defined functions (UDFs) with support for JavaScript, Python, and WebAssembly.', 'Yes', 'Yes', 'Yes'],
['External functions for extending Databend Cloud to other development platforms.', 'Yes', 'Yes', 'Yes'],
['Amazon API Gateway private endpoints for external functions.', 'Yes', 'Yes', 'Yes'],
['External tables for referencing data in a cloud storage data lake.', 'Yes', 'Yes', 'Yes'],
['Support for clustering data in very large tables to improve query performance, with automatic maintenance of clustering.', 'Yes', 'Yes', 'Yes'],
['Search optimization for point lookup queries, with automatic maintenance.', 'Yes', 'Yes', 'Yes'],
['Materialized views, with automatic maintenance of results.', 'Yes', 'Yes', 'Yes'],
['Iceberg tables for referencing data in a cloud storage data lake.', 'Yes', 'Yes', 'Yes'],
['Schema detection for automatically detecting the schema in a set of staged semi-structured data files and retrieving the column definitions.', 'Yes', 'Yes', 'Yes'],
['Schema evolution for automatically evolving tables to support the structure of new data received from the data sources.', 'Yes', 'Yes', 'Yes'],
['Support for <a href="/sql/sql-commands/ddl/table/ddl-create-table-external-location" target="_self">creating table with external location</a>.', 'Yes', 'Yes', 'Yes'],
['Supports for <a href="/sql/sql-commands/ddl/table/attach-table" target="_self">ATTACH TABLE</a>.', 'Yes', 'Yes', 'Yes'],
['Standard SQL, including most DDL and DML defined in SQL:1999.', '', '', ''],
['Advanced DML such as multi-table INSERT, MERGE, and multi-merge.', '', '', ''],
['Broad support for standard data types.', '', '', ''],
['Native support for semi-structured data (JSON, ORC, Parquet).', '', '', ''],
['Native support for geospatial data.', '', '', ''],
['Native support for unstructured data.', '', '', ''],
['Collation rules for string/text data in table columns.', '', '', ''],
['Multi-statement transactions.', '', '', ''],
['User-defined functions (UDFs) with support for JavaScript, Python, and WebAssembly.', '', '', ''],
['External functions for extending Databend Cloud to other development platforms.', '', '', ''],
['Amazon API Gateway private endpoints for external functions.', '', '', ''],
['External tables for referencing data in a cloud storage data lake.', '', '', ''],
['Support for clustering data in very large tables to improve query performance, with automatic maintenance of clustering.', '', '', ''],
['Search optimization for point lookup queries, with automatic maintenance.', '', '', ''],
['Materialized views, with automatic maintenance of results.', '', '', ''],
['Iceberg tables for referencing data in a cloud storage data lake.', '', '', ''],
['Schema detection for automatically detecting the schema in a set of staged semi-structured data files and retrieving the column definitions.', '', '', ''],
['Schema evolution for automatically evolving tables to support the structure of new data received from the data sources.', '', '', ''],
['Support for <a href="/sql/sql-commands/ddl/table/ddl-create-table-external-location" target="_self">creating table with external location</a>.', '', '', ''],
['Supports for <a href="/sql/sql-commands/ddl/table/attach-table" target="_self">ATTACH TABLE</a>.', '', '', ''],
]}
/>

Expand All @@ -86,11 +86,11 @@ tbody={[
width={['67%', '11%', '11%', '11%']}
thead={['Features', 'Standard', 'Business', 'Dedicated']}
tbody={[
['The next-generation SQL worksheet for advanced query development, data analysis, and visualization.', 'Yes', 'Yes', 'Yes'],
['BendSQL, a command line client for building/testing queries, loading/unloading bulk data, and automating DDL operations.', 'Yes', 'Yes', 'Yes'],
['Programmatic interfaces for Rust, Python, Java, Node.js, .js, PHP, and Go.', 'Yes', 'Yes', 'Yes'],
['Native support for JDBC.', 'Yes', 'Yes', 'Yes'],
['Extensive ecosystem for connecting to ETL, BI, and other third-party vendors and technologies.', 'Yes', 'Yes', 'Yes'],
['The next-generation SQL worksheet for advanced query development, data analysis, and visualization.', '', '', ''],
['BendSQL, a command line client for building/testing queries, loading/unloading bulk data, and automating DDL operations.', '', '', ''],
['Programmatic interfaces for Rust, Python, Java, Node.js, .js, PHP, and Go.', '', '', ''],
['Native support for JDBC.', '', '', ''],
['Extensive ecosystem for connecting to ETL, BI, and other third-party vendors and technologies.', '', '', ''],
]}
/>

Expand All @@ -100,11 +100,11 @@ tbody={[
width={['67%', '11%', '11%', '11%']}
thead={['Features', 'Standard', 'Business', 'Dedicated']}
tbody={[
['Bulk loading from delimited flat files (CSV, TSV, etc.) and semi-structured data files (JSON, ORC, Parquet).', 'Yes', 'Yes', 'Yes'],
['Bulk unloading to delimited flat files and JSON files.', 'Yes', 'Yes', 'Yes'],
['Continuous micro-batch loading.', 'Yes', 'Yes', 'Yes'],
['Streaming for low-latency loading of streaming data.', 'Yes', 'Yes', 'Yes'],
['Databend Cloud Connector for Kafka for loading data from Apache Kafka topics.', 'Yes', 'Yes', 'Yes'],
['Bulk loading from delimited flat files (CSV, TSV, etc.) and semi-structured data files (JSON, ORC, Parquet).', '', '', ''],
['Bulk unloading to delimited flat files and JSON files.', '', '', ''],
['Continuous micro-batch loading.', '', '', ''],
['Streaming for low-latency loading of streaming data.', '', '', ''],
['Databend Cloud Connector for Kafka for loading data from Apache Kafka topics.', '', '', ''],
]}
/>

Expand All @@ -114,8 +114,8 @@ tbody={[
width={['67%', '11%', '11%', '11%']}
thead={['Features', 'Standard', 'Business', 'Dedicated']}
tbody={[
['Streams for tracking table changes.', 'Yes', 'Yes', 'Yes'],
['Tasks for scheduling the execution of SQL statements, often in conjunction with table streams.', 'Yes', 'Yes', 'Yes'],
['Streams for tracking table changes.', '', '', ''],
['Tasks for scheduling the execution of SQL statements, often in conjunction with table streams.', '', '', ''],
]}
/>

Expand All @@ -125,8 +125,8 @@ tbody={[
width={['67%', '11%', '11%', '11%']}
thead={['Features', 'Standard', 'Business', 'Dedicated']}
tbody={[
['Logging and tracking support tickets.', 'Yes', 'Yes', 'Yes'],
['4/7 coverage and 1-hour response window for Severity 1 issues.', 'Yes', 'Yes', 'Yes'],
['Logging and tracking support tickets.', '', '', ''],
['4/7 coverage and 1-hour response window for Severity 1 issues.', '', '', ''],
['<b>Response to non-severity-1 issues in hours</b>.', '8h', '4h', '1h'],
]}
/>
12 changes: 12 additions & 0 deletions src/css/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@
tr,
th {
font-size: 1rem;
text-align: left;
border: unset;
}
td {
border: unset;
border-bottom: 1px solid hsl(var(--border));
&:first-child {
border-left: 1px solid hsl(var(--border));
}
&:last-child {
border-right: 1px solid hsl(var(--border));
}
}
th {
white-space: nowrap;
Expand Down

0 comments on commit 119e3cc

Please sign in to comment.