Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into mars-ssl-docs2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfraposa committed May 4, 2022
2 parents c4c5e0d + b060b78 commit 797534c
Show file tree
Hide file tree
Showing 15 changed files with 163 additions and 8,288 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Trigger docs website build
on:
push:
branches: [staging]
branches: [main]

jobs:
build:
Expand All @@ -14,4 +14,4 @@ jobs:
token: ${{ secrets.DEPLOY_DOCS_TOKEN }}
repo: clickhouse-docs-content
owner: ClickHouse
event_type: build_docs
event_type: build_docs
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ docs/zh

**/.DS_Store
run.sh
cleanup.sh
cleanup.sh
yarn.lock
3 changes: 2 additions & 1 deletion docs/en/about-us/adopters.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ The following list of companies using ClickHouse and their success stories is as
| <a href="https://hystax.com" class="favicon">Hystax</a> | Cloud Operations | Observability Analytics | - | - | [Blog](https://hystax.com/clickhouse-for-real-time-cost-saving-analytics-how-to-stop-hammering-screws-and-use-an-electric-screwdriver/) |
| <a href="https://www.the-ica.com/" class="favicon">ICA</a> | FinTech | Risk Management ||| [Blog Post in English, Sep 2020](https://altinity.com/blog/clickhouse-vs-redshift-performance-for-fintech-risk-management?utm_campaign=ClickHouse%20vs%20RedShift&utm_content=143520807&utm_medium=social&utm_source=twitter&hss_channel=tw-3894792263) |
| <a href="https://www.idealista.com" class="favicon">Idealista</a> | Real Estate | Analytics ||| [Blog Post in English, April 2019](https://clickhouse.com/blog/en/clickhouse-meetup-in-madrid-on-april-2-2019) |
| <a href="https://improvado.io/" class="favicon">Improvado</a> | Revenue Operations | Data Stack ||| [Blog Post, December 2021](https://improvado.io/blog/clickhouse-warehousing-pricing) |
| <a href="https://infobaleen.com" class="favicon">Infobaleen</a> | AI markting tool | Analytics ||| [Official site](https://infobaleen.com) |
| <a href="https://www.infovista.com/" class="favicon">Infovista</a> | Networks | Analytics ||| [Slides in English, October 2019](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup30/infovista.pdf) |
| <a href="https://www.innogames.com" class="favicon">InnoGames</a> | Games | Metrics, Logging ||| [Slides in Russian, September 2019](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup28/graphite_and_clickHouse.pdf) |
Expand All @@ -105,7 +106,7 @@ The following list of companies using ClickHouse and their success stories is as
| <a href="https://lifestreet.com/" class="favicon">LifeStreet</a> | Ad network | Main product | 75 servers (3 replicas) | 5.27 PiB | [Blog post in Russian, February 2017](https://habr.com/en/post/322620/) |
| <a href="https://lookforsale.ru/" class="favicon">Lookforsale</a> | E-Commerce |||| [Job Posting, December 2021](https://telegram.me/javascript_jobs/587318) |
| <a href="https://mcs.mail.ru/" class="favicon">Mail.ru Cloud Solutions</a> | Cloud services | Main product ||| [Article in Russian](https://mcs.mail.ru/help/db-create/clickhouse#) |
| <a href="https://www.marfeel.com/">Marfeel</a> | Mobile SaaS |||| [Job offer, Apr 2022](https://recruiterflow.com/marfeel/jobs/192#:~:text=Clickhouse) |
| <a href="https://www.marfeel.com/">Marfeel</a> | Mobile SaaS |||| [Job offer, Apr 2022] |
| <a href="https://maxilect.com/" class="favicon">MAXILECT</a> | Ad Tech, Blockchain, ML, AI |||| [Job advertisement, 2021](https://www.linkedin.com/feed/update/urn:li:activity:6780842017229430784/) |
| <a href="https://tech.mymarilyn.ru" class="favicon">Marilyn</a> | Advertising | Statistics ||| [Talk in Russian, June 2017](https://www.youtube.com/watch?v=iXlIgx2khwc) |
| <a href="https://mellodesign.ru/" class="favicon">Mello</a> | Marketing | Analytics | 1 server || [Article, October 2020](https://vc.ru/marketing/166180-razrabotka-tipovogo-otcheta-skvoznoy-analitiki) |
Expand Down
4 changes: 2 additions & 2 deletions docs/en/integrations/dbt/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
position: 191
position: 42
label: 'dbt'
collapsible: true
collapsed: true
link:
type: generated-index
title: S3
title: dbt
slug: /en/integrations/dbt
8 changes: 4 additions & 4 deletions docs/en/integrations/dbt/dbt-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ description: Connecting dbt to ClickHouse

(Don't see the one you want? https://docs.getdbt.com/docs/available-adapters)
Enter a number: 1
Enter a number: 1
16:53:21 No sample profile found for clickhouse.
16:53:21
16:53:21
Your new dbt project "imdb" was created!
For more information on how to configure the profiles.yml file,
Expand All @@ -28,13 +28,13 @@ description: Connecting dbt to ClickHouse
https://docs.getdbt.com/docs/configure-your-profile
```
2. `cd` into your project folder.
2. `cd` into your project folder:
```bash
cd imdb
```
3. At this point, you will need the text editor of your choice. In the examples below, we use the popular VSCode. Opening the IMDB directory, you should see a collection of yml and sql files.
3. At this point, you will need the text editor of your choice. In the examples below, we use the popular VSCode. Opening the IMDB directory, you should see a collection of yml and sql files:
<img src={require('./images/dbt_02.png').default} class="image" alt="New dbt project" style={{width: '100%'}}/>
Expand Down
Loading

0 comments on commit 797534c

Please sign in to comment.