Skip to content

Commit

Permalink
deploy: 9f2440e
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jul 16, 2024
1 parent 1b0bc07 commit 759e877
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cleanup.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h1 class="menu-title">Kafka Sandbox</h1>
</style>
<h1 id="cleanup"><a class="header" href="#cleanup">Cleanup</a></h1>
<p>Shutting down all services:</p>
<pre><code class="language-bash">docker compose --profile proxies --profile sql --profile mqtt --profile ksqldb down
<pre><code class="language-bash">docker compose --profile proxies --profile sql --profile mqtt down
</code></pre>
<div class="mdbook-alerts mdbook-alerts-tip">
<p class="mdbook-alerts-title">
Expand Down
7 changes: 2 additions & 5 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2503,10 +2503,7 @@ <h1 id="what-is-ksqldb"><a class="header" href="#what-is-ksqldb">What is ksqlDB?
<li><a href="https://docs.ksqldb.io/en/latest/reference/server-configuration/">ksqldb settings</a></li>
</ul>
<h3 id="run-ksqldb"><a class="header" href="#run-ksqldb">Run ksqlDB</a></h3>
<p>Start ksqldb:</p>
<pre><code class="language-bash">docker compose --profile ksqldb up -d
</code></pre>
<p>After a few seconds check if it is up:</p>
<p>Check if it's up:</p>
<pre><code class="language-bash">http ksqldb:8088/info
</code></pre>
<p>One line shell interaction:</p>
Expand Down Expand Up @@ -2894,7 +2891,7 @@ <h4 id="orders-outputjson"><a class="header" href="#orders-outputjson">orders-ou
</style>
<h1 id="cleanup"><a class="header" href="#cleanup">Cleanup</a></h1>
<p>Shutting down all services:</p>
<pre><code class="language-bash">docker compose --profile proxies --profile sql --profile mqtt --profile ksqldb down
<pre><code class="language-bash">docker compose --profile proxies --profile sql --profile mqtt down
</code></pre>
<div class="mdbook-alerts mdbook-alerts-tip">
<p class="mdbook-alerts-title">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions what-is-ksqldb.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,7 @@ <h1 id="what-is-ksqldb"><a class="header" href="#what-is-ksqldb">What is ksqlDB?
<li><a href="https://docs.ksqldb.io/en/latest/reference/server-configuration/">ksqldb settings</a></li>
</ul>
<h3 id="run-ksqldb"><a class="header" href="#run-ksqldb">Run ksqlDB</a></h3>
<p>Start ksqldb:</p>
<pre><code class="language-bash">docker compose --profile ksqldb up -d
</code></pre>
<p>After a few seconds check if it is up:</p>
<p>Check if it's up:</p>
<pre><code class="language-bash">http ksqldb:8088/info
</code></pre>
<p>One line shell interaction:</p>
Expand Down

0 comments on commit 759e877

Please sign in to comment.