Skip to content

Commit b6c1ba7

Browse files
authored
How-to video embed links for Kafka and Neo4j connectors (#429)
1 parent d3ab2b4 commit b6c1ba7

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

snippets/general-shared-text/kafka.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
- A Kafka cluster, such as ones provided by [Confluent Cloud](https://www.confluent.io/confluent-cloud), [Amazon Managed Streaming for Apache Kafka (Amazon MSK)](https://aws.amazon.com/msk/), or [Google Cloud Managed Service for Apache Kafka](https://cloud.google.com/products/managed-service-for-apache-kafka).
2+
3+
The following video shows how to set up a Kafka cluster in Confluent Cloud:
4+
5+
<iframe
6+
width="560"
7+
height="315"
8+
src="https://www.youtube.com/embed/zcKJ96J4Xvk"
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+
215
- The hostname of the bootstrap Kafka cluster to connect to.
316
- The port number of the cluster.
417
- The name of the topic to read messages from and write messages to on the cluster.

snippets/general-shared-text/neo4j.mdx

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
- A [Neo4j deployment](https://neo4j.com/deployment-center/).
2+
3+
The following video shows how to set up a Neo4j Aura deployment:
4+
5+
<iframe
6+
width="560"
7+
height="315"
8+
src="https://www.youtube.com/embed/fo8uDIm1zCE"
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+
215
- The username and password for the user who has access to the Neo4j deployment. The default user is typically `neo4j`.
316

4-
- For a Neo4j AuraDB instance, the defaut user's is typically set when the instance is created.
17+
- For a Neo4j Aura instance, the defaut user's is typically set when the instance is created.
518
- For an AWS Marketplace, Microsoft Azure Marketplace, or Google Cloud Marketplace deployment of Neo4j, the default user is typically set during the deployment process.
619
- For a local Neo4j deployment, you can [set the default user's initial password](https://neo4j.com/docs/operations-manual/current/configuration/set-initial-password/) or [recover an admin user and its password](https://neo4j.com/docs/operations-manual/current/authentication-authorization/password-and-user-recovery/).
720

821
- The connection URI for the Neo4j deployment, which starts with `neo4j://`, `neo4j+s://`, `bolt://`, or `bolt+s://`; followed by `localhost` or the host name; and sometimes ending with a colon and the port number (such as `:7687`). For example:
922

10-
- For a Neo4j AuraDB deployment, browse to the target Neo4j instance in the Neo4j Aura account and click **Connect > Drivers** to get the connection URI, which follows the format `neo4j+s://<host-name>`. A port number is not used or needed.
23+
- For a Neo4j Aura deployment, browse to the target Neo4j instance in the Neo4j Aura account and click **Connect > Drivers** to get the connection URI, which follows the format `neo4j+s://<host-name>`. A port number is not used or needed.
1124
- For an AWS Marketplace, Microsoft Azure Marketplace, or Google Cloud Marketplace deployment of Neo4j, see
1225
[Neo4j on AWS](https://neo4j.com/docs/operations-manual/current/cloud-deployments/neo4j-aws/),
1326
[Neo4j on Azure](https://neo4j.com/docs/operations-manual/current/cloud-deployments/neo4j-azure/), or
@@ -20,7 +33,7 @@
2033

2134
- The name of the target database in the Neo4j deployment. A default Neo4j deployment typically contains two standard databases: one named `neo4j` for user data and another
2235
named `system` for system data and metadata. Some Neo4j deployment types support more than these two databases per deployment;
23-
Neo4j AuraDB instances do not.
36+
Neo4j Aura instances do not.
2437

2538
- [Create additional databases](https://neo4j.com/docs/operations-manual/current/database-administration/standard-databases/create-databases/)
2639
for a local Neo4j deployment that uses Enterprise Edition; or for Neo4j on AWS, Neo4j on Azure, or Neo4j on GCP deployments.

0 commit comments

Comments
 (0)