Skip to content

Commit badb975

Browse files
authored
Improved integration pages and raycast tutorial (windmill-labs#568)
* END OF TEAM * Improved integration pages and raycast tutorial
1 parent 537c32b commit badb975

Some content is hidden

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

51 files changed

+169
-45
lines changed
Loading

docs/integrations/0_integrations_on_windmill.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ On [self-hosted instances](../advanced/1_self_host/index.mdx), integrating OAuth
9696
| [AWS](./aws.md) | Cloud computing platform offering various services like computing, storage and databases |
9797
| [Amazon S3](./aws-s3.md) | Cloud storage service |
9898
| [BigQuery](./bigquery.mdx) | Cloud-based data warehousing platform |
99-
| [Clickhouse](./clickhouse.md) | Open-source column-oriented database management system |
99+
| [ClickHouse](./clickhouse.md) | Open-source column-oriented database management system |
100100
| [Cloudlare R2](./cloudflare-r2.md) | Cloud object storage service for data-intensive applications |
101101
| [Datadog](./datadog.md) | Monitoring and analytics platform for cloud-scale infrastructure and applications |
102102
| [Discord](./discord.md) | Voice, video, and text communication platform for gamers |
103103
| [FaunaDB](./faunadb.md) | Serverless, document-oriented database for modern applications |
104104
| [Funkwhale](./funkwhale.md) | Open-source music streaming and sharing platform |
105-
| [Git repository](./git_repository.mdx) | Remote git repository |
105+
| [Git repository](./git_repository.mdx) | Remote git repository for distributed version control systems |
106106
| [Google Cloud Platform (gcp)](./gcp.md) | Suite of cloud computing services for building and deploying applications |
107107
| [HubSpot](./hubspot.md) | Inbound marketing, sales, and customer service platform |
108108
| [Linkding](./linkding.md) | Self-hosted bookmark manager |
@@ -112,19 +112,20 @@ On [self-hosted instances](../advanced/1_self_host/index.mdx), integrating OAuth
112112
| [Matrix](./matrix.md) | Open standard for decentralized, real-time communication |
113113
| [Microsoft Azure Blob](./microsoft-azure-blob.md) | Microsoft's cloud storage service, an alternative to S3 |
114114
| [MongoDB](./mongodb.md) | NoSQL document-oriented database |
115-
| [MS SQL](./mssql.md) | database management system |
115+
| [MS SQL](./mssql.md) | Database management system |
116116
| [MySQL](./mysql.md) | Open-source relational database management system |
117117
| [Neon.tech](./neon.md) | Open-source database management system |
118118
| [Nextcloud](./nextcloud.md) | Suite of client-server software for creating and using file hosting services |
119-
| [OpenAI](./openai.md) | Research laboratory consisting of the for-profit OpenAI LP and the non-profit OpenAI Inc |
119+
| [OpenAI](./openai.md) | Artificial Inteligence service provider |
120120
| [PostgreSQL](./postgresql.md) | Open-source object-relational database management system |
121+
| [Raycast](./raycast.mdx) | Application launcher and productivity software developed for macOS |
121122
| [Redis](./redis.md) | In-memory data structure store used as a database, cache, and message broker |
122123
| [RSS](./rss.md) | Web feed that allows users and applications to access updates to websites |
123-
| [S3 compatible APIs](./s3.mdx) | Cloud-based object storage service designed to store and retrieve any amount of data. |
124+
| [S3 compatible APIs](./s3.mdx) | Cloud-based object storage service designed to store and retrieve any amount of data |
124125
| [SendGrid](./sendgrid.md) | Email API and delivery service |
125126
| [SMTP](./smtp.md) | Internet standard for electronic mail transmission |
126127
| [Snowflake](./snowflake.mdx) | Cloud-based data warehousing platform |
127-
| [Square](./square.md) | Payment and financial services company |
128+
| [Square](./square.md) | Payment and financial services provider |
128129
| [Stripe](./stripe.md) | Payment processing platform |
129130
| [Supabase](./supabase.md) | Open-source Firebase alternative |
130131
| [SurrealDB](./surrealdb.md) | Cloud-hosted NoSQL database |

docs/integrations/airtable.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Airtable Integration
22

3-
There are two resources associated with [Airtable](https://www.airtable.com/). Both are required to use Airtable's API from Windmill.
3+
[Airtable](https://www.airtable.com/) is a cloud collaboration platform for organizing and managing data.
4+
5+
There are two resources associated with Airtable. Both are required to use Airtable's API from Windmill.
46

57
## Airtable Account
68

docs/integrations/appwrite.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Appwrite Integration
22

3-
To integrate [Appwrite](https://appwrite.io/) to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
3+
[Appwrite](https://appwrite.io/) is an end-to-end backend server for web and mobile apps.
4+
5+
To integrate Appwrite to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
46

57
![Add Appwrite Resource](../assets/integrations/add-apprite.png.webp)
68

docs/integrations/aws-s3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Amazon S3 Integration
22

3+
[Amazon S3](https://aws.amazon.com/s3/) is a cloud storage service.
4+
35
Windmill provides a unique [resource type](https://hub.windmill.dev/resource_types/42/) for any API following the typical S3 schema.
46

57
:::info Windmill S3 integration
@@ -21,7 +23,7 @@ If you're looking for a way to self-host Windmill using AWS, see [Self-Host Wind
2123

2224
## Add an S3 Resource
2325

24-
[Amazon S3](https://aws.amazon.com/s3/)'s API follows the same schema as any S3 compatible API.
26+
Amazon S3's API follows the same schema as any S3 compatible API.
2527

2628
To integrate Amazon S3 to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
2729

docs/integrations/aws.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# AWS Integration
22

3-
To integrate [AWS](https://aws.amazon.com/) to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
3+
[AWS](https://aws.amazon.com/) is a cloud computing platform offering various services like computing, storage and databases.
4+
5+
To integrate AWS to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
46

57
:::info Self Host
68

docs/integrations/bigquery.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import DocCard from '@site/src/components/DocCard';
22

33
# BigQuery Integration
44

5+
[BigQuery](https://cloud.google.com/bigquery) is a cloud-based data warehousing platform.
6+
57
Windmill provides a framework to support BigQuery databases.
68

79
![Integration between BigQuery and Windmill](../assets/integrations/bigquery_header.png 'Connect a BigQuery instance with Windmill')

docs/integrations/clickhouse.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ClickHouse Integration
22

3-
To integrate [ClickHouse](https://clickhouse.com/) to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
3+
[ClickHouse](https://clickhouse.com/) is an open-source column-oriented database management system.
4+
5+
To integrate ClickHouse to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
46

57
![Add ClickHouse Resource](../assets/integrations/add-clickhouse.png.webp)
68

docs/integrations/cloudflare-r2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Cloudflare Integration
22

3-
[Cloudflare](https://www.cloudflare.com/products/r2/)'s API follows the same schema as any S3 compatible API.
3+
[Cloudflare R2](https://www.cloudflare.com/products/r2/) is a cloud object storage service for data-intensive applications.
4+
5+
Cloudflare's API follows the same schema as any S3 compatible API.
46

57
:::info Windmill S3 integration
68

docs/integrations/datadog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Datadog Integration
22

3-
To integrate [Datadog](https://www.datadoghq.com/) to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
3+
[Datadog](https://www.datadoghq.com/) is a monitoring and analytics platform for cloud-scale infrastructure and applications.
4+
5+
To integrate Datadog to Windmill, you need to save the following elements as a [resource](../core_concepts/3_resources_and_types/index.mdx).
46

57
![Add Datadog Resource](../assets/integrations/add-datadog.png.webp)
68

0 commit comments

Comments
 (0)