Skip to content

Commit 34c22ef

Browse files
authored
Add third-party embed-linked how-to videos for Airtable, Couchbase, and Snowflake (#305)
1 parent 7c2b29e commit 34c22ef

File tree

3 files changed

+141
-1
lines changed

3 files changed

+141
-1
lines changed

snippets/general-shared-text/airtable.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@ The Airtable connector prerequisites:
22

33
- An [Airtable](https://www.airtable.com/) account. [Create a free Airtable account](https://airtable.com/signup).
44
- An Airtable personal access token. [Create a personal access token](https://support.airtable.com/docs/creating-and-using-api-keys-and-access-tokens).
5+
6+
<iframe
7+
width="560"
8+
height="315"
9+
src="https://www.youtube.com/embed/c3gvIWAAcTY"
10+
title="YouTube video player"
11+
frameborder="0"
12+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
13+
allowfullscreen
14+
></iframe>
15+
516
- The ID of the Airtable base to access. [Create a base](https://www.airtable.com/guides/build/create-a-base). [Get a base's ID](https://support.airtable.com/docs/finding-airtable-ids#finding-base-url-ids).
17+
18+
<iframe
19+
width="560"
20+
height="315"
21+
src="https://www.youtube.com/embed/rU347YVMm2M"
22+
title="YouTube video player"
23+
frameborder="0"
24+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
25+
allowfullscreen
26+
></iframe>
27+
628
- The ID of the table to access in the base. [Create a table](https://www.airtable.com/guides/build/create-a-table). [Get a table's ID](https://support.airtable.com/docs/finding-airtable-ids#finding-base-url-ids).
729
- The ID of the view to access in the table. [Create a view](https://www.airtable.com/guides/build/create-custom-views-of-data). [Get a view's ID](https://support.airtable.com/docs/finding-airtable-ids#finding-base-url-ids).
830

snippets/general-shared-text/couchbase.mdx

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,76 @@ The Couchbase database prerequisites for a Couchbase Capella deployment, or a lo
33
For Couchbase Capella deployment:
44

55
- A Couchbase Capella account. [Create an account](https://docs.couchbase.com/cloud/get-started/create-account.html).
6+
7+
<iframe
8+
width="560"
9+
height="315"
10+
src="https://www.youtube.com/embed/Henkxjmx9Ro?start=1008&end=1078"
11+
title="YouTube video player"
12+
frameborder="0"
13+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
14+
allowfullscreen
15+
></iframe>
16+
617
- A Couchbase Capella cluster. [Create a cluster](https://docs.couchbase.com/cloud/clusters/create-database.html).
18+
19+
<iframe
20+
width="560"
21+
height="315"
22+
src="https://www.youtube.com/embed/46715VbaHvk?start=50&end=121"
23+
title="YouTube video player"
24+
frameborder="0"
25+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
26+
allowfullscreen
27+
></iframe>
28+
729
- Bucket, Scopes and Collection [Data Tools](https://docs.couchbase.com/cloud/clusters/data-service/about-buckets-scopes-collections.html).
30+
31+
<iframe
32+
width="560"
33+
height="315"
34+
src="https://www.youtube.com/embed/46715VbaHvk?start=120&end=200"
35+
title="YouTube video player"
36+
frameborder="0"
37+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
38+
allowfullscreen
39+
></iframe>
40+
41+
<iframe
42+
width="560"
43+
height="315"
44+
src="https://www.youtube.com/embed/46715VbaHvk?start=290&end=319"
45+
title="YouTube video player"
46+
frameborder="0"
47+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
48+
allowfullscreen
49+
></iframe>
50+
851
- Get cluster connection string and connect. [Learn how](https://docs.couchbase.com/cloud/get-started/connect.html).
952
- Configure the cluster to use your IP address. [Learn how](https://docs.couchbase.com/cloud/clusters/allow-ip-address.html).
53+
54+
<iframe
55+
width="560"
56+
height="315"
57+
src="https://www.youtube.com/embed/46715VbaHvk?start=320&end=350"
58+
title="YouTube video player"
59+
frameborder="0"
60+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
61+
allowfullscreen
62+
></iframe>
63+
1064
- Configure the database credentials. [Learn how](https://docs.couchbase.com/cloud/clusters/manage-database-users.html).
1165

66+
<iframe
67+
width="560"
68+
height="315"
69+
src="https://www.youtube.com/embed/46715VbaHvk?start=350&end=381"
70+
title="YouTube video player"
71+
frameborder="0"
72+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
73+
allowfullscreen
74+
></iframe>
75+
1276
For a local Couchbase server:
1377

1478
- Installation of a local Couchbase server. [Learn how](https://docs.couchbase.com/server/current/getting-started/start-here.html).
Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,62 @@
11
The Snowflake prerequisites:
22

33
- A Snowflake [account](https://signup.snowflake.com/) and its [identifier](https://docs.snowflake.com/user-guide/admin-account-identifier).
4+
5+
<iframe
6+
width="560"
7+
height="315"
8+
src="https://www.youtube.com/embed/1ccJgiZRSTg"
9+
title="YouTube video player"
10+
frameborder="0"
11+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
12+
allowfullscreen
13+
></iframe>
14+
415
- The Snowflake [username and its password](https://docs.snowflake.com/user-guide/admin-user-management#creating-users) in the account.
16+
17+
<iframe
18+
width="560"
19+
height="315"
20+
src="https://www.youtube.com/embed/5hPrJNEa4aA?start=64&end=267"
21+
title="YouTube video player"
22+
frameborder="0"
23+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
24+
allowfullscreen
25+
></iframe>
26+
527
- The Snowflake [hostname and its port number](https://docs.snowflake.com/sql-reference/functions/system_allowlist) in the account.
628
- The name of the Snowflake [database](https://docs.snowflake.com/sql-reference/sql/create-database) in the account.
29+
30+
<iframe
31+
width="560"
32+
height="315"
33+
src="https://www.youtube.com/embed/KrXCgpsRd0A"
34+
title="YouTube video player"
35+
frameborder="0"
36+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
37+
allowfullscreen
38+
></iframe>
39+
740
- The name of the [schema](https://docs.snowflake.com/sql-reference/sql/create-schema) in the database.
8-
- The name of the [table](https://docs.snowflake.com/sql-reference/sql/create-table) in the schema.
41+
42+
<iframe
43+
width="560"
44+
height="315"
45+
src="https://www.youtube.com/embed/4SoS_c6rT_U?start=97&end=157"
46+
title="YouTube video player"
47+
frameborder="0"
48+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
49+
allowfullscreen
50+
></iframe>
51+
52+
- The name of the [table](https://docs.snowflake.com/sql-reference/sql/create-table) in the schema.
53+
54+
<iframe
55+
width="560"
56+
height="315"
57+
src="https://www.youtube.com/embed/ZaZzqFMGe1g?end=169"
58+
title="YouTube video player"
59+
frameborder="0"
60+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
61+
allowfullscreen
62+
></iframe>

0 commit comments

Comments
 (0)