Skip to content

Commit cadd941

Browse files
author
Paultagoras
committed
Merge branch 'main' into update-jdbc-docs
2 parents 4a34335 + 64bf611 commit cadd941

File tree

407 files changed

+12741
-7163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

407 files changed

+12741
-7163
lines changed

.github/workflows/check-build.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Style check
3+
4+
env:
5+
# Force the stdout and stderr streams to be unbuffered
6+
PYTHONUNBUFFERED: 1
7+
8+
on:
9+
pull_request:
10+
types:
11+
- synchronize
12+
- reopened
13+
- opened
14+
jobs:
15+
stylecheck:
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
# Step 1: Check out the repository
20+
- name: Check out repository
21+
uses: actions/checkout@v3
22+
23+
# Step 2: Set up environment if required (e.g., installing Aspell)
24+
- name: Install Aspell
25+
run: sudo apt-get update && sudo apt-get install -y aspell aspell-en
26+
27+
# Step 3: Run the spellcheck script
28+
- name: Run spellcheck
29+
run: |
30+
./scripts/check-doc-aspell
31+
continue-on-error: true
32+
id: spellcheck
33+
34+
# Step 4: Fail the build if the script returns exit code 1
35+
- name: Check exit code
36+
run: |
37+
if [ ${{ steps.spellcheck.outcome }} == 'failure' ]; then
38+
echo "Spellcheck failed. See the logs for details."
39+
exit 1
40+
fi

.github/workflows/pull-request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ on: # yamllint disable-line rule:truthy
1414
- synchronize
1515
- reopened
1616
- opened
17-
branches-ignore:
18-
- 'new-nav'
1917

2018
# Cancel the previous wf run in PRs.
2119
concurrency:

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,17 @@ orphaned_pages.txt
3535
active_links.txt
3636
active_links.json
3737

38-
# Files used by scripts to autogenerate settings
38+
# Files used by scripts to autogenerate settings and do spellcheck
3939
FormatFactorySettingsDeclaration.h
4040
FormatFactorySettings.h
4141
Settings.cpp
4242

43+
# Files whose content gets autogenerated
44+
docs/en/cloud/manage/api/invitations-api-reference.md
45+
docs/en/cloud/manage/api/keys-api-reference.md
46+
docs/en/cloud/manage/api/members-api-reference.md
47+
docs/en/cloud/manage/api/organizations-api-reference.md
48+
docs/en/cloud/manage/api/services-api-reference.md
4349
.vscode
50+
.aspell.en.prepl
51+
*.md.bak

clickhouseapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function generateDocusaurusMarkdown(spec, groupedEndpoints, prefix) {
5252

5353
markdownContent += `| Method | Path |\n`
5454
markdownContent += `| :----- | :--- |\n`
55-
markdownContent += `| ${method.toUpperCase()} | ${path} |\n\n`
55+
markdownContent += `| ${method.toUpperCase()} | \`${path}\` |\n\n`
5656

5757
markdownContent += `### Request\n\n`;
5858

copyClickhouseRepoDocs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#! ./bin/bash
1+
#! /bin/bash
22

33
SCRIPT_NAME=$(basename "$0")
44

5+
rm -rf ClickHouse
56
echo "[$SCRIPT_NAME] Start tasks for copying docs from ClickHouse repo"
67

78
# Clone ClickHouse repo

docs/en/_snippets/_add_superset_detail.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Superset provides [installing Superset locally using Docker Compose](https://sup
66
There are a few tasks to be done before running `docker compose`:
77

88
1. Add the official ClickHouse Connect driver
9-
2. Optain a MapBox API key and add that as an environment variable (optional)
9+
2. Obtain a Mapbox API key and add that as an environment variable (optional)
1010
3. Specify the version of Superset to run
1111

1212
:::tip
@@ -21,11 +21,11 @@ To make the ClickHouse Connect driver available in the Superset deployment add i
2121
echo "clickhouse-connect" >> ./docker/requirements-local.txt
2222
```
2323

24-
## MapBox
24+
## Mapbox
2525

26-
This is optional, you can plot location data in Superset without a MapBox API key, but you will see a message telling you that you should add a key and the background image of the map will be missing (you will only see the data points and not the map background). MapBox provides a free tier if you would like to use it.
26+
This is optional, you can plot location data in Superset without a Mapbox API key, but you will see a message telling you that you should add a key and the background image of the map will be missing (you will only see the data points and not the map background). Mapbox provides a free tier if you would like to use it.
2727

28-
Some of the sample visualizations that the guides have you create use location, for example longitude and latitude, data. Superset includes support for MapBox maps. To use the MapBox visualizations you need a MapBox API key. Sign up for the [MapBox free tier](https://account.mapbox.com/auth/signup/), and generate an API key.
28+
Some of the sample visualizations that the guides have you create use location, for example longitude and latitude, data. Superset includes support for Mapbox maps. To use the Mapbox visualizations you need a Mapbox API key. Sign up for the [Mapbox free tier](https://account.mapbox.com/auth/signup/), and generate an API key.
2929

3030
Make the API key available to Superset:
3131

docs/en/_snippets/_gcp_regions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
| Region | Service Attachment | Private DNS domain |
22
|--------------|-------------------------------------------------------------|------------------------------|
3-
|asia-southeast1| projects/dataplane-production/regions/asia-southeast1/serviceAttachments/production-asia-southeast1-clickhouse-cloud| asia-southeast1.p.gcp.clickhouse.cloud|
4-
|europe-west4| projects/dataplane-production/regions/europe-west4/serviceAttachments/production-europe-west4-clickhouse-cloud| europe-west4.p.gcp.clickhouse.cloud|
5-
|us-central1| projects/dataplane-production/regions/us-central1/serviceAttachments/production-us-central1-clickhouse-cloud| us-central1.p.gcp.clickhouse.cloud|
6-
|us-east1| projects/dataplane-production/regions/us-east1/serviceAttachments/production-us-east1-clickhouse-cloud| us-east1.p.gcp.clickhouse.cloud|
3+
|`asia-southeast1`| `projects/dataplane-production/regions/asia-southeast1/serviceAttachments/production-asia-southeast1-clickhouse-cloud`| `asia-southeast1.p.gcp.clickhouse.cloud`|
4+
|`europe-west4`| `projects/dataplane-production/regions/europe-west4/serviceAttachments/production-europe-west4-clickhouse-cloud`| `europe-west4.p.gcp.clickhouse.cloud` |
5+
|`us-central1`| `projects/dataplane-production/regions/us-central1/serviceAttachments/production-us-central1-clickhouse-cloud` | `us-central1.p.gcp.clickhouse.cloud` |
6+
|`us-east1`| `projects/dataplane-production/regions/us-east1/serviceAttachments/production-us-east1-clickhouse-cloud` | `us-east1.p.gcp.clickhouse.cloud` |
77

88

99

docs/en/about-us/adopters.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following list of companies using ClickHouse and their success stories is as
1010

1111
<div class="adopters-table">
1212

13-
| Company | Industry | Usecase | Cluster Size | (Un)Compressed Data Size<abbr title="of single replica"><sup>\*</sup></abbr> | Reference |
13+
| Company | Industry | Use case | Cluster Size | (Un)Compressed Data Size<abbr title="of single replica"><sup>\*</sup></abbr> | Reference |
1414
|---------|----------|---------|--------------|------------------------------------------------------------------------------|-----------|
1515
| [1Flow](https://1flow.ai/) | Feedback automation | - ||| ClickHouse Cloud user |
1616
| [2gis](https://2gis.ru) | Maps | Monitoring ||| [Talk in Russian, July 2019](https://youtu.be/58sPkXfq6nw) |
@@ -24,10 +24,10 @@ The following list of companies using ClickHouse and their success stories is as
2424
| [AdScribe](http://www.adscribe.tv/) | Ads | TV Analytics ||| [A quote from CTO](https://altinity.com/24x7-support/) |
2525
| [Adapty](https://adapty.io/) | Subscription Analytics | Main product ||| [Twitter, November 2021](https://twitter.com/iwitaly/status/1462698148061659139) |
2626
| [Adevinta](https://www.adevinta.com/) | Software & Technology | Online Classifieds ||| [Blog, April 2023](https://clickhouse.com/blog/serving-real-time-analytics-across-marketplaces-at-adevinta) |
27-
| [Admiral](https://getadmiral.com/) | Martech | Engagement Management ||| [Webinar Slides, June 2020](https://altinity.com/presentations/2020/06/16/big-data-in-real-time-how-clickhouse-powers-admirals-visitor-relationships-for-publishers) |
27+
| [Admiral](https://getadmiral.com/) | MarTech | Engagement Management ||| [Webinar Slides, June 2020](https://altinity.com/presentations/2020/06/16/big-data-in-real-time-how-clickhouse-powers-admirals-visitor-relationships-for-publishers) |
2828
| [Admixer](https://admixer.com/) | Media & Entertainment | Ad Analytics ||| [Blog Post](https://clickhouse.com/blog/admixer-aggregates-over-1-billion-unique-users-a-day-using-clickhouse) |
2929
| [Aggregations.io](https://aggregations.io/) | Real-time analytics | Main product | - | - | [Twitter](https://twitter.com/jsneedles/status/1734606200199889282) |
30-
| [Ahrefs](https://ahrefs.com/) | SEO | Analytics | Main cluster is 100k+ CPU cores, 800TB RAM. | 110PB nvme storage, uncompressed data size on main cluster is 1EB. | [Job listing](https://ahrefs.com/jobs/data-scientist-search) |
30+
| [Ahrefs](https://ahrefs.com/) | SEO | Analytics | Main cluster is 100k+ CPU cores, 800TB RAM. | 110PB NVME storage, uncompressed data size on main cluster is 1EB. | [Job listing](https://ahrefs.com/jobs/data-scientist-search) |
3131
| [Airfold](https://www.airfold.co/) | API platform | Main Product | - | - | [Documentation](https://docs.airfold.co/workspace/pipes) |
3232
| [Aiven](https://aiven.io/) | Cloud data platform | Managed Service | - | - | [Blog post](https://aiven.io/blog/introduction-to-clickhouse) |
3333
| [Akamai](https://www.akamai.com/) | Software & Technology | CDN ||| [LinkedIn](https://www.linkedin.com/in/david-piatek-bb27368/) |
@@ -43,7 +43,7 @@ The following list of companies using ClickHouse and their success stories is as
4343
| [Android Hub](https://bestforandroid.com/) | Blogging, Analytics, Advertising data |||| [Official Website](https://bestforandroid.com/)|
4444
| [AnswerAI](https://www.answerai.co.uk/) | Software & Technology | AI Customer Support ||| [Twitter, May 2024](https://twitter.com/TomAnswerAi/status/1791062219678998880) |
4545
| [Anton](https://anton.tools/) | Software & Technology | Blockchain Indexer ||| [GitHub](https://github.com/tonindexer/anton) |
46-
| [Antrea](https://antrea.io/) | Software & Technology | Kubernets Network Security ||| [Documentation](https://antrea.io/docs/main/docs/network-flow-visibility/) |
46+
| [Antrea](https://antrea.io/) | Software & Technology | Kubernetes Network Security ||| [Documentation](https://antrea.io/docs/main/docs/network-flow-visibility/) |
4747
| [ApiRoad](https://apiroad.net/) | API marketplace | Analytics ||| [Blog post, November 2018, March 2020](https://pixeljets.com/blog/clickhouse-vs-elasticsearch/) |
4848
| [Apitally](https://apitally.io/) | Software & Technology | API Monitoring ||| [Twitter, March 2024](https://twitter.com/simongurcke/status/1766005582971170926) |
4949
| [Appsflyer](https://www.appsflyer.com) | Mobile analytics | Main product ||| [Talk in Russian, July 2019](https://www.youtube.com/watch?v=M3wbRlcpBbY) |
@@ -61,7 +61,7 @@ The following list of companies using ClickHouse and their success stories is as
6161
| [AzurGames](https://azurgames.com/) | Gaming | Analytics ||| [AWS Blog, Aug 2024](https://aws.amazon.com/blogs/gametech/azur-games-migrates-all-game-analytics-data-to-clickhouse-cloud-on-aws/) |
6262
| [B2Metric](https://b2metric.com/) | Marketing | Analytics ||| [ProductHunt, July 2023](https://www.producthunt.com/posts/b2metric-decision-intelligence?bc=1) |
6363
| [BIGO](https://www.bigo.sg/) | Video | Computing Platform ||| [Blog Article, August 2020](https://www.programmersought.com/article/44544895251/) |
64-
| [Badoo](https://badoo.com) | Dating | Timeseries || 1.6 mln events/sec (2018) | [Slides in Russian, December 2019](https://presentations.clickhouse.com/meetup38/forecast.pdf) |
64+
| [Badoo](https://badoo.com) | Dating | Time series || 1.6 mln events/sec (2018) | [Slides in Russian, December 2019](https://presentations.clickhouse.com/meetup38/forecast.pdf) |
6565
| [Baidu](https://www.baidu.com/) | Internet services | Data warehousing | - | - | [GitHub](https://github.com/ClickHouse/ClickHouse/pull/60361) |
6666
| [Baselime](https://baselime.io/) | Software & Technology | Observability for Serverless ||| [Official website](https://baselime.io/) |
6767
| [Basic RUM](https://www.basicrum.com/) | Software & Technology | Real User Monitoring ||| [Official website](https://www.basicrum.com/) |
@@ -74,11 +74,11 @@ The following list of companies using ClickHouse and their success stories is as
7474
| [Better Stack](https://betterstack.com/) | Cloud, SaaS | Log Management | - | - | [Official Website](https://betterstack.com/logtail) |
7575
| [BiliBili](https://www.bilibili.com/) | Video sharing |||| [Blog post, June 2021](https://chowdera.com/2021/06/20210622012241476b.html) |
7676
| [Binom](https://binom.org/) | Analytics | Website analytics ||| [Twitter, 2023](https://twitter.com/BinomTracker/status/1722948130948206940) |
77-
| [Bitquery](https://bitquery.io/) | Software & Technology | Blockchain Data Company ||| [HackerNews, December 2020](https://bitquery.io/blog/blockchain-intelligence-system) |
77+
| [Bitquery](https://bitquery.io/) | Software & Technology | Blockchain Data Company ||| [Hacker News, December 2020](https://bitquery.io/blog/blockchain-intelligence-system) |
7878
| [Bloomberg](https://www.bloomberg.com/) | Finance, Media | Monitoring ||| [Meetup Video, December 2022](https://www.youtube.com/watch?v=HmJTIrGyVls&list=PL0Z2YDlm0b3iNDUzpY1S3L_iV4nARda_U&index=9) [Slides, December 2022](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup67/ClickHouse%20for%20Financial%20Analytics%20-%20Bloomberg.pdf) |
7979
| [Bloxy](https://bloxy.info) | Blockchain | Analytics ||| [Slides in Russian, August 2018](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup17/4_bloxy.pptx) |
8080
| [Bonree](https://www.bonree.com/) | Software & Technology | Performance Monitoring & Observability ||| ClickHouse Meetup in Hangzhou, May 2024 |
81-
| [Bonside](https://www.bonside.com/) | FinTech | - ||| [HackerNews, July 2023](https://news.ycombinator.com/item?id=36619722) |
81+
| [Bonside](https://www.bonside.com/) | FinTech | - ||| [Hacker News, July 2023](https://news.ycombinator.com/item?id=36619722) |
8282
| [Botify](https://www.botify.com/) | SaaS | SEO ||| [Blog Article, September 2022](https://tech.marksblogg.com/billion-taxi-rides-doublecloud-clickhouse.html) |
8383
| [Braintrust](https://www.usebraintrust.com/) | Software & Technology | Real-time Analytics ||| [Written Blog from Meetup Video, July 2024](https://clickhouse.com/blog/building-better-ai-products-faster-how-braintrust-uses-clickhouse-for-real-time-data-analysis) |
8484
| [ByConity](https://byconity.github.io/)| Software & Technology | Big Data Analysis Engine ||| [GitHub](https://github.com/ByConity/ByConity) |
@@ -87,7 +87,7 @@ The following list of companies using ClickHouse and their success stories is as
8787
| [CERN](http://public.web.cern.ch/public/) | Research | Experiment ||| [Press release, April 2012](https://www.yandex.com/company/press_center/press_releases/2012/2012-04-10/) |
8888
| [CHEQ](https://cheq.ai/) | Software & Technology | GTM Security ||| [Meetup Video, January 2023](https://www.youtube.com/watch?v=rxIO6w4er3k&list=PL0Z2YDlm0b3iNDUzpY1S3L_iV4nARda_U&index=7) [Slides, January 2023](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup68/ClickHouse%20Meetup%20-%20CHEQ.pptx.pdf) |
8989
| [Campaign Deputy](https://campaigndeputy.com/) | SaaS | Analytics, Logs ||| [Twitter, February 2023](https://twitter.com/joshabartley/status/1627669208074014721), [Tweet, July 2023](https://twitter.com/joshabartley/status/1677008728711651331) |
90-
| [Canopus Networks](https://canopusnetworks.com/) | AI for telcos | Real-time analytics | - | - | [Meetup Presentation](https://github.com/ClickHouse/clickhouse-presentations/blob/master/2024-meetup-sydney/Talk%20Track%201%20-%20Canopus%20Networks.pdf) |
90+
| [Canopus Networks](https://canopusnetworks.com/) | AI for Telecom | Real-time analytics | - | - | [Meetup Presentation](https://github.com/ClickHouse/clickhouse-presentations/blob/master/2024-meetup-sydney/Talk%20Track%201%20-%20Canopus%20Networks.pdf) |
9191
| [Capgo.app](https://capgo.app/) | App development | Real-time statistics | - | - | [Twitter](https://twitter.com/martindonadieu/status/1735728943406219736) |
9292
| [CardsMobile](https://cardsmobile.ru/) | Finance | Analytics ||| [VC.ru](https://vc.ru/s/cardsmobile/143449-rukovoditel-gruppy-analiza-dannyh) |
9393
| [Castle](https://castle.io/) | Fraud Detection | Main product ||| [Community Slack](https://clickhouse.com/slack) |
@@ -132,7 +132,7 @@ The following list of companies using ClickHouse and their success stories is as
132132
| [DNSMonster](https://dnsmonster.dev/) | Software & Technology | DNS Monitoring ||| [GitHub Repository](https://github.com/mosajjal/dnsmonster) |
133133
| [Darwinium](https://www.darwinium.com/) | Software & Technology | Security and Fraud Analytics ||| [Blog Post, July 2022](https://clickhouse.com/blog/fast-feature-rich-and-mutable-clickhouse-powers-darwiniums-security-and-fraud-analytics-use-cases) |
134134
| [Dash0](https://www.dash0.com/) | APM Platform | Main product ||| [Careers page](https://careers.dash0.com/senior-product-engineer-backend/en) |
135-
| [Dashdive](https://www.dashdive.com/) | Infrastructure management | Analytics ||| [Hackernews, 2024](https://news.ycombinator.com/item?id=39178753) |
135+
| [Dashdive](https://www.dashdive.com/) | Infrastructure management | Analytics ||| [Hacker News, 2024](https://news.ycombinator.com/item?id=39178753) |
136136
| [Dassana](https://lake.dassana.io/) | Cloud data platform | Main product | - | - | [Blog Post, Jan 2023](https://clickhouse.com/blog/clickhouse-powers-dassanas-security-data-lake) [Direct reference, April 2022](https://news.ycombinator.com/item?id=31111432) |
137137
| [Datafold](https://www.datafold.com/) | Data Reliability Platform |||| [Job advertisement, April 2022](https://www.datafold.com/careers) |
138138
| [Dataliance for China Telecom](https://www.chinatelecomglobal.com/) | Telecom | Analytics ||| [Slides in Chinese, January 2018](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup12/telecom.pdf) |
@@ -146,7 +146,7 @@ The following list of companies using ClickHouse and their success stories is as
146146
| [Didi](https://web.didiglobal.com/) | Transportation & Ride Sharing | Observability | 400+ logging, 40 tracing | PBs/day / 40GB/s write throughput, 15M queries/day, 200 QPS peak | [Blog, Apr 2024](https://clickhouse.com/blog/didi-migrates-from-elasticsearch-to-clickHouse-for-a-new-generation-log-storage-system) |
147147
| [DigiCert](https://www.digicert.com) | Network Security | DNS Platform || over 35 billion events per day | [Job posting, Aug 2022](https://www.indeed.com/viewjob?t=Senior+Principal+Software+Engineer+Architect&c=DigiCert&l=Lehi,+UT&jk=403c35f96c46cf37&rtk=1g9mnof7qk7dv800) |
148148
| [Disney+](https://www.disneyplus.com/) | Video Streaming | Analytics || 395 TiB | [Meetup Video, December 2022](https://www.youtube.com/watch?v=CVVp6N8Xeoc&list=PL0Z2YDlm0b3iNDUzpY1S3L_iV4nARda_U&index=8) [Slides, December 2022](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup67/Disney%20plus%20ClickHouse.pdf) |
149-
| [Dittofeed](https://dittofeed.com/) | Software & Technology | Open Source Customer Engagement ||| [Hackernews, June 2023](https://news.ycombinator.com/item?id=36061344) |
149+
| [Dittofeed](https://dittofeed.com/) | Software & Technology | Open Source Customer Engagement ||| [Hacker News, June 2023](https://news.ycombinator.com/item?id=36061344) |
150150
| [Diva-e](https://www.diva-e.com) | Digital consulting | Main Product ||| [Slides in English, September 2019](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup29/ClickHouse-MeetUp-Unusual-Applications-sd-2019-09-17.pdf) |
151151
| [Dolphin Emulator](https://dolphin-emu.org/) | Games | Analytics ||| [Twitter, September 2022](https://twitter.com/delroth_/status/1567300096160665601) |
152152
| [DoorDash](https://www.doordash.com/home) | E-commerce | Monitoring ||| [Meetup, December 2024](https://github.com/ClickHouse/clickhouse-presentations/blob/master/2024-meetup-san-francisco/Clickhouse%20Meetup%20Slides%20(1).pdf) |

0 commit comments

Comments
 (0)