Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clickstream instructions #1131

Merged
merged 3 commits into from
Apr 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/tutorials/basics-local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,3 @@ command.

$ <path-to-confluent>/bin/confluent stop

----------
Next steps
----------

Try the end-to-end :ref:`Clickstream Analysis demo <ksql_clickstream-local>`, which shows how to build an application that
performs real-time user analytics.
19 changes: 7 additions & 12 deletions docs/tutorials/clickstream-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ Configure and Start Elastic, Grafana, and |cp|
kafka-rest is [UP]
Starting connect
connect is [UP]
Starting ksql-server
ksql-server is [UP]

---------------------------
Create the Clickstream Data
Expand Down Expand Up @@ -162,19 +164,11 @@ Create the Clickstream Data
Load the Streaming Data to KSQL
-------------------------------

#. Launch the KSQL CLI in Client Server Mode.

1. Start the KSQL server.

.. code:: bash

$ ksql-server-start /etc/ksql/ksql-server.properties > /tmp/ksql-server.log 2>&1 &

2. Start the CLI and point it to the server.
#. Launch the KSQL CLI

.. code:: bash

$ ksql http://localhost:8088
$ ksql

You should now be in the KSQL CLI.

Expand All @@ -197,8 +191,9 @@ Load the Streaming Data to KSQL
.. code:: bash

Message
------------------------------------
Executing statement
---------

---------

Verify the data
---------------
Expand Down
337 changes: 0 additions & 337 deletions docs/tutorials/clickstream-local.rst

This file was deleted.

Loading