Skip to content

Commit 13c4d5b

Browse files
authored
Merge pull request #4566 from Blargian/update_integrations_pages
Integrations docs: reorganise data-visualization section
2 parents 4e9935d + 237efaa commit 13c4d5b

32 files changed

+99
-71
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+
}

docs/integrations/data-visualization/deepnote.md renamed to docs/integrations/data-visualization/community_integrations/deepnote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.md
2424
This guide assumes you already have a Deepnote account and that you have a running ClickHouse instance.
2525

2626
## Interactive example {#interactive-example}
27-
If you would like to explore an interactive example of querying ClickHouse from Deepnote data notebooks, click the button below to launch a template project connected to the [ClickHouse playground](../../getting-started/playground.md).
27+
If you would like to explore an interactive example of querying ClickHouse from Deepnote data notebooks, click the button below to launch a template project connected to the [ClickHouse playground](../../../getting-started/playground.md).
2828

2929
[<Image size="logo" img="https://deepnote.com/buttons/launch-in-deepnote.svg" alt="Launch in Deepnote" />](https://deepnote.com/launch?template=ClickHouse%20and%20Deepnote)
3030

File renamed without changes.

0 commit comments

Comments
 (0)