Skip to content

Commit af1fc5b

Browse files
Chris Choschmalliso
authored andcommitted
DOCSP-19098: quickstart learning goals (#192)
* DOCSP-19098: quickstart learning goals
1 parent 0eee351 commit af1fc5b

File tree

4 files changed

+134
-105
lines changed

4 files changed

+134
-105
lines changed

source/includes/tutorials/get-pipeline.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
We provide you with a sample data pipeline so that you can use the MongoDB
2-
Kafka Connector.
1+
We provide a sandbox that includes the services you need to build your sample data pipeline.
32

4-
Use bash or a similar shell to run the shell commands in this guide. To download
5-
the files that define your sample data pipeline, clone the tutorial
6-
repository and navigate into the tutorial directory using the
7-
following commands:
3+
To download the sandbox, clone the tutorial repository to your development environment. Then navigate to the directory that corresponds to the quick start example. If you use bash or a similar shell, use the following commands:
84

95
.. code-block:: bash
106
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
Download and install the following tools:
1+
Download and install the following packages:
22

3-
- `Docker Platform <https://docs.docker.com/get-docker/>`__
3+
- `Docker <https://docs.docker.com/get-docker/>`__
44
- `Git <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git>`__
55

66
.. tip:: Read the Docker Documentation
77

8-
This guide uses the following Docker specific terminology:
8+
This guide uses the following Docker-specific terminology:
99

1010
- `Container <https://docs.docker.com/glossary/#container>`__
1111
- `Image <https://docs.docker.com/glossary/#image>`__
1212

13-
If you are new to Docker and would like a comprehensive introduction, see
14-
Docker's official
13+
Learn more about Docker from the Docker official
1514
`Get Started Guide <https://docs.docker.com/get-started/>`__.
1615

17-
The sample pipeline uses Docker for simplicity of setup. To learn more about
16+
The sandbox uses Docker for convenience and consistency. To learn more about
1817
deployment options for {+ak+}, see the following resources:
1918

20-
- Official `{+ak+} Quick Start <https://kafka.apache.org/quickstart>`__
21-
- Confluent's `Install Confluent Platform <https://docs.confluent.io/platform/current/installation/index.html>`__ page
19+
- `Official {+ak+} Quick Start <https://kafka.apache.org/quickstart>`__
20+
- `Official Install Confluent Platform Guide <https://docs.confluent.io/platform/current/installation/index.html>`__
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. code-block:: bash
2+
3+
git clone https://github.com/mongodb-university/kafka-edu.git
4+
cd kafka-edu/docs-examples/examples/v1.6/quickstart

0 commit comments

Comments
 (0)