Skip to content

Commit

Permalink
KSQL screencast image
Browse files Browse the repository at this point in the history
KSQL screencast image

KSQL screencast image

KSQL screencast image

KSQL screencast image

KSQL screencast image

KSQL screencast image

KSQL screencast image

KSQL screencast image

KSQL screencast image

KSQL screencast image

KSQL screencast image
  • Loading branch information
Joel Hamill authored and Joel Hamill committed Aug 30, 2017
1 parent 835bf38 commit bdffcf4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
KSQL is an open source streaming SQL engine for Apache Kafka. It provides a simple and completely interactive SQL interface for stream processing on Kafka; no need to write code in a programming language such as Java or Python. KSQL is open-source (Apache 2.0 licensed), distributed, scalable, reliable, and real-time. It supports a wide range of powerful stream processing operations including aggregations, joins, windowing, sessionization, and much more.

Click here to watch the KSQL [demo](/ksql-clickstream-demo#clickstream-analysis).
Click [here](https://youtu.be/A45uRzJiv7I) to watch a screencast of the KSQL demo on YouTube.
<a href="https://youtu.be/A45uRzJiv7I" target="_blank"><img src="screencast.jpg" alt="KSQL screencast"></a></p>
<!-- [![KSQL screencast](screencast.jpg)](https://youtu.be/A45uRzJiv7I) -->

# Quick Start
If you are ready to see the power of KSQL, try out these:
Expand Down
7 changes: 4 additions & 3 deletions ksql-clickstream-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ This demo focuses on building real-time analytics of users to determine:

The demo uses standard streaming functions (i.e., min, max, etc), as well as enrichment using child tables, table-stream joins and different types of windowing functionality.

Click [here](https://youtu.be/A45uRzJiv7I) to watch a screencast of the KSQL demo or get started now with these instructions:
Get started now with these instructions:

- [Clickstream Analysis using Docker](/ksql-clickstream-demo/docker-clickstream.md#clickstream-analysis-using-docker)
- [Clickstream Analysis not using Docker](/ksql-clickstream-demo/non-docker-clickstream.md#clickstream-analysis)

<!-- <p align="center"><img src="screencast.png" alt="KSQL screencast"></p> -->
[![KSQL screencast](screencast.png)](https://youtu.be/A45uRzJiv7I)
Click [here](https://youtu.be/A45uRzJiv7I) to watch a screencast of the KSQL demo on YouTube.
<p><img src="../screencast.jpg" alt="KSQL screencast" target="_blank"></p>
<!-- [![KSQL screencast](../screencast.jpg)](https://youtu.be/A45uRzJiv7I) -->
Binary file removed ksql-clickstream-demo/screencast.png
Binary file not shown.
Binary file added screencast.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdffcf4

Please sign in to comment.