You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/23 03:01:08 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #4338: [Doc] Add Connect Pulsar to MySQL

Anonymitaet commented on a change in pull request #4338: [Doc] Add Connect Pulsar to MySQL
URL: https://github.com/apache/pulsar/pull/4338#discussion_r286759685
 
 

 ##########
 File path: site2/docs/io-quickstart.md
 ##########
 @@ -1,136 +1,96 @@
 ---
 id: io-quickstart
-title: "Tutorial: Connecting Pulsar with Apache Cassandra"
-sidebar_label: Getting started
+title: "Tutorial: Connect Pulsar with Database"
+sidebar_label: Get started
 ---
 
-This tutorial provides a hands-on look at how you can move data out of Pulsar without writing a single line of code.
-It is helpful to review the [concepts](io-overview.md) for Pulsar I/O in tandem with running the steps in this guide
-to gain a deeper understanding. At the end of this tutorial, you will be able to:
+This tutorial provides a hands-on look at how you can move data out of Pulsar without writing a single line of code.  
 
-- Connect your Pulsar cluster with your Cassandra cluster
+It is helpful to review the [concepts](io-overview.md) for Pulsar I/O with running the steps in this guide to gain a deeper understanding.   
+
+At the end of this tutorial, you will be able to:
+
+- [Connect Pulsar to Apache Cassandra](#Connect-Pulsar-to-Apache-Cassandra)
+  
+- [Connect Pulsar to MySQL](#Connect-Pulsar-to-MySQL)
 
 > #### Tip
 >
-> 1. These instructions assume you are running Pulsar in [standalone mode](getting-started-standalone.md). However all
+> * These instructions assume you are running Pulsar in [standalone mode](getting-started-standalone.md). However all
 > the commands used in this tutorial should be able to be used in a multi-nodes Pulsar cluster without any changes.
 >
-> 2. All the instructions are assumed to run at the root directory of a Pulsar binary distribution.
-
-## Installing Pulsar
-
-To get started running Pulsar, download a binary tarball release in one of the following ways:
+> * All the instructions are assumed to run at the root directory of a Pulsar binary distribution.
 
-* by clicking the link below and downloading the release from an Apache mirror:
+# Install Pulsar and builtin connector
 
-  * <a href="pulsar:binary_release_url" download>Pulsar {{pulsar:version}} binary release</a>
+Before connecting Pulsar to a database, we need to install Pulsar and the desired builtin connector.
 
-* from the Pulsar [downloads page](pulsar:download_page_url)
-* from the Pulsar [releases page](https://github.com/apache/pulsar/releases/latest)
-* using [wget](https://www.gnu.org/software/wget):
+* For more information about how to install a standalone Pulsar, see [here](https://pulsar.apache.org/docs/en/standalone/#installing-pulsar).
 
 Review comment:
   Yes, I've built the website locally, `https` works.
   
   But I've changed them to reference `.md` files because URL might be changed in the future.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services