Skip to content

Commit 1452320

Browse files
committed
reorganise data visualization section
1 parent 64e36cd commit 1452320

28 files changed

+55
-27
lines changed

docs/integrations/data-ingestion/apache-spark/spark-jdbc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ doc_type: 'guide'
1111
import Tabs from '@theme/Tabs';
1212
import TabItem from '@theme/TabItem';
1313
import TOCInline from '@theme/TOCInline';
14+
import ClickHouseSupportedBadge from '@theme/badges/ClickHouseSupported';
1415

1516
# Spark JDBC
17+
18+
<ClickHouseSupportedBadge/>
19+
1620
JDBC is one of the most commonly used data sources in Spark.
1721
In this section, we will provide details on how to
1822
use the [ClickHouse official JDBC connector](/integrations/language-clients/java/jdbc) with Spark.

docs/integrations/data-ingestion/aws-glue/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ import Tabs from '@theme/Tabs';
1313
import TabItem from '@theme/TabItem';
1414
import notebook_connections_config from '@site/static/images/integrations/data-ingestion/aws-glue/notebook-connections-config.png';
1515
import dependent_jars_path_option from '@site/static/images/integrations/data-ingestion/aws-glue/dependent_jars_path_option.png';
16+
import ClickHouseSupportedBadge from '@theme/badges/ClickHouseSupported';
1617

1718
# Integrating Amazon Glue with ClickHouse and Spark
1819

20+
<ClickHouseSupportedBadge/>
21+
1922
[Amazon Glue](https://aws.amazon.com/glue/) is a fully managed, serverless data integration service provided by Amazon Web Services (AWS). It simplifies the process of discovering, preparing, and transforming data for analytics, machine learning, and application development.
2023

2124
## Installation {#installation}

docs/integrations/data-ingestion/azure-data-factory/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ title: 'Bringing Azure Data into ClickHouse'
77
doc_type: 'guide'
88
---
99

10+
import ClickHouseSupportedBadge from '@theme/badges/ClickHouseSupported';
11+
1012
# Bringing Azure Data into ClickHouse
1113

14+
<ClickHouseSupportedBadge/>
15+
1216
Microsoft Azure offers a wide range of tools to store, transform, and analyze
1317
data. However, in many scenarios, ClickHouse can provide significantly better
1418
performance for low-latency querying and processing of huge datasets. In

docs/integrations/data-ingestion/azure-data-factory/using_azureblobstorage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ doc_type: 'guide'
88
---
99

1010
import Image from '@theme/IdealImage';
11-
1211
import azureDataStoreSettings from '@site/static/images/integrations/data-ingestion/azure-data-factory/azure-data-store-settings.png';
1312
import azureDataStoreAccessKeys from '@site/static/images/integrations/data-ingestion/azure-data-factory/azure-data-store-access-keys.png';
1413

docs/integrations/data-ingestion/azure-synapse/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ import TOCInline from '@theme/TOCInline';
1111
import Image from '@theme/IdealImage';
1212
import sparkConfigViaNotebook from '@site/static/images/integrations/data-ingestion/azure-synapse/spark_notebook_conf.png';
1313
import sparkUICHSettings from '@site/static/images/integrations/data-ingestion/azure-synapse/spark_ui_ch_settings.png';
14+
import ClickHouseSupportedBadge from '@theme/badges/ClickHouseSupported';
1415

1516
# Integrating Azure Synapse with ClickHouse
1617

18+
<ClickHouseSupportedBadge/>
19+
1720
[Azure Synapse](https://azure.microsoft.com/en-us/products/synapse-analytics) is an integrated analytics service that combines big data, data science and warehousing to enable fast, large-scale data analysis.
1821
Within Synapse, Spark pools provide on-demand, scalable [Apache Spark](https://spark.apache.org) clusters that let users run complex data transformations, machine learning, and integrations with external systems.
1922

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "Third-party",
3+
"collapsible": true,
4+
"collapsed": true,
5+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)