Skip to content

Commit

Permalink
added kafka slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ntassone committed Apr 25, 2016
1 parent 0ddc12f commit e8369eb
Showing 7 changed files with 91 additions and 0 deletions.
Binary file added app/shared/images/avatar-rimas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions app/shared/images/heroku-data-kafka-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/shared/images/kafka-cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/shared/images/kafka-dash-manage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/shared/images/kafka-dash-topic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/shared/images/kafka-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions app/talks/pre-roll/deck.html
Original file line number Diff line number Diff line change
@@ -139,4 +139,63 @@ <h4><strong>Buildpacks</strong></h4>
</li>
</ul>
</section>

<section data-autoslide="8000" data-transition="convex" class="light-on-dark">
<img src="shared/images/heroku-data-kafka-logo.svg">
<h2>Introducing Heroku Kafka</h2>
<div class="content">
<h4>Streaming data service optimized for developers</h4>
<img src="shared/images/kafka-diagram.png" width="400">
</div>
</section>

<section data-autoslide="8000" data-transition="convex" class="light-on-dark">
<img src="shared/images/heroku-data-kafka-logo.svg">
<h3>Provision Kafka from the Comfort of Your CLI</h3>
<div class="content">
<img src="shared/images/kafka-cli.png" width="600">
</div>
</section>

<section data-autoslide="8000" data-transition="convex" class="light-on-dark">
<img src="shared/images/heroku-data-kafka-logo.svg">
<h3>Create a Kafka Topic</h3>
<div class="content">
<img src="shared/images/kafka-dash-topic.png" width="600">
</div>
</section>

<section data-autoslide="8000" data-transition="convex" class="light-on-dark">
<img src="shared/images/heroku-data-kafka-logo.svg">
<h3>Managing Kafka</h3>
<div class="content">
<img src="shared/images/kafka-dash-manage.png" width="600">
</div>
</section>

<section data-autoslide="8000" data-transition="convex" class="light-on-dark">
<h2>See Heroku Kafka in Action</h2>
<hr>
<div class="row">
<div class="half-col">
<div class="col">
<img width="100" src="shared/images/avatar-rimas.png" style="margin-top: -.1em;"/>
<h4>Rimas Silkaitis</h4>
<h6 style="margin-top: -1em; font-size: .65em; margin-bottom: 2em;">Product, Heroku</h6>
<div style="font-size: 1em; color: white; margin-top: 1em;">
<strong>Tuesday April 26, 2016</strong> <br />
<div style=" font-size: .8em; color: rgba(255,255,255,.5); margin-top: .4em;">
12:10 PM &mdash; 12:50 PM <br />
Imperial B
</div>
</div>
</div>
<div class="col" style="text-align: left; ">
<h4>The Enterprise Service Bus Is Dead! Long Live the Enterprise Service Bus</h4>
<p style="font-size: .6em; line-height: 1.7;">The enterprise service bus (ESB) was designed to contain the complexity of connecting heterogeneous applications, including the entire organization’s business logic and data. These concepts have fallen out of favor with the advent of microservices and Kafka. In this talk, we’ll introduce a modern definition of the ESB, with Kafka at its heart.</p>
</div>
</div>
</div>
</section>

</div>

0 comments on commit e8369eb

Please sign in to comment.