Skip to content
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
2 changes: 1 addition & 1 deletion docs/26.0.0/tutorials/tutorial-jupyter-docker.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
~ under the License.
-->
<p>Apache Druid provides a custom Jupyter container that contains the prerequisites
for all Jupyter-based Druid tutorials, as well as all of the tutorials themselves.
for all <a href="/docs/26.0.0/tutorials/tutorial-jupyter-index.html">Jupyter-based Druid tutorials</a>, as well as all of the tutorials themselves.
You can run the Jupyter container, as well as containers for Druid and Apache Kafka,
using the Docker Compose file provided in the Druid GitHub repository.</p>
<p>You can run the following combination of applications:</p>
Expand Down
11 changes: 6 additions & 5 deletions docs/26.0.0/tutorials/tutorial-jupyter-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,12 @@ <h2><a class="anchor" aria-hidden="true" id="tutorials"></a><a href="#tutorials"
<p>The notebooks are located in the <a href="https://github.com/apache/druid/tree/master/examples/quickstart/jupyter-notebooks/">apache/druid repo</a>. You can either clone the repo or download the notebooks you want individually.</p>
<p>The links that follow are the raw GitHub URLs, so you can use them to download the notebook directly, such as with <code>wget</code>, or manually through your web browser. Note that if you save the file from your web browser, make sure to remove the <code>.txt</code> extension.</p>
<ul>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/api-tutorial.ipynb">Introduction to the Druid REST API</a>
walks you through some of the basics related to the Druid REST API and several endpoints.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/Python_API_Tutorial.ipynb">Introduction to the Druid Python API</a>
walks you through some of the basics related to the Druid API using the Python wrapper API.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/sql-tutorial.ipynb">Introduction to Druid SQL</a> covers the basics of Druid SQL.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/04-api/00-getting-started.ipynb">Introduction to the Druid REST API</a> walks you through some of the
basics related to the Druid REST API and several endpoints.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/01-druidapi-package-intro.ipynb">Introduction to the Druid Python API</a> walks you through some of the
basics related to the Druid API using the Python wrapper API.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/03-query/00-using-sql-with-druidapi.ipynb">Learn the basics of Druid SQL</a> introduces you to the unique aspects of Druid SQL with the primary focus on the SELECT statement.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/02-ingestion/01-streaming-from-kafka.ipynb">Ingest and query data from Apache Kafka</a> walks you through ingesting an event stream from Kafka.</li>
</ul>
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/26.0.0/tutorials/tutorial-unnest-arrays.html"><span class="arrow-prev">← </span><span>Unnesting arrays</span></a><a class="docs-next button" href="/docs/26.0.0/tutorials/tutorial-jupyter-docker.html"><span>Docker for tutorials</span><span class="arrow-next"> →</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#prerequisites">Prerequisites</a></li><li><a href="#python-api-for-druid">Python API for Druid</a></li><li><a href="#tutorials">Tutorials</a></li></ul></nav></div><footer class="nav-footer druid-footer" id="footer"><div class="container"><div class="text-center"><p><a href="/technology">Technology</a> · <a href="/use-cases">Use Cases</a> · <a href="/druid-powered">Powered by Druid</a> · <a href="/docs/26.0.0/">Docs</a> · <a href="/community/">Community</a> · <a href="/downloads.html">Download</a> · <a href="/faq">FAQ</a></p></div><div class="text-center"><a title="Join the user group" href="https://groups.google.com/forum/#!forum/druid-user" target="_blank"><span class="fa fa-comments"></span></a> · <a title="Follow Druid" href="https://twitter.com/druidio" target="_blank"><span class="fab fa-twitter"></span></a> · <a title="Download via Apache" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/{{ site.druid_versions[0].versions[0].version }}/apache-druid-{{ site.druid_versions[0].versions[0].version }}-bin.tar.gz" target="_blank"><span class="fas fa-feather"></span></a> · <a title="GitHub" href="https://github.com/apache/druid" target="_blank"><span class="fab fa-github"></span></a></div><div class="text-center license">Copyright © 2022 <a href="https://www.apache.org/" target="_blank">Apache Software Foundation</a>.<br/>Except where otherwise noted, licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.<br/>Apache Druid, Druid, and the Druid logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</div></div></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script><script>
document.addEventListener('keyup', function(e) {
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/tutorials/tutorial-jupyter-docker.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
~ under the License.
-->
<p>Apache Druid provides a custom Jupyter container that contains the prerequisites
for all Jupyter-based Druid tutorials, as well as all of the tutorials themselves.
for all <a href="/docs/latest/tutorials/tutorial-jupyter-index.html">Jupyter-based Druid tutorials</a>, as well as all of the tutorials themselves.
You can run the Jupyter container, as well as containers for Druid and Apache Kafka,
using the Docker Compose file provided in the Druid GitHub repository.</p>
<p>You can run the following combination of applications:</p>
Expand Down
11 changes: 6 additions & 5 deletions docs/latest/tutorials/tutorial-jupyter-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,12 @@ <h2><a class="anchor" aria-hidden="true" id="tutorials"></a><a href="#tutorials"
<p>The notebooks are located in the <a href="https://github.com/apache/druid/tree/master/examples/quickstart/jupyter-notebooks/">apache/druid repo</a>. You can either clone the repo or download the notebooks you want individually.</p>
<p>The links that follow are the raw GitHub URLs, so you can use them to download the notebook directly, such as with <code>wget</code>, or manually through your web browser. Note that if you save the file from your web browser, make sure to remove the <code>.txt</code> extension.</p>
<ul>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/api-tutorial.ipynb">Introduction to the Druid REST API</a>
walks you through some of the basics related to the Druid REST API and several endpoints.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/Python_API_Tutorial.ipynb">Introduction to the Druid Python API</a>
walks you through some of the basics related to the Druid API using the Python wrapper API.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/sql-tutorial.ipynb">Introduction to Druid SQL</a> covers the basics of Druid SQL.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/04-api/00-getting-started.ipynb">Introduction to the Druid REST API</a> walks you through some of the
basics related to the Druid REST API and several endpoints.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/01-druidapi-package-intro.ipynb">Introduction to the Druid Python API</a> walks you through some of the
basics related to the Druid API using the Python wrapper API.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/03-query/00-using-sql-with-druidapi.ipynb">Learn the basics of Druid SQL</a> introduces you to the unique aspects of Druid SQL with the primary focus on the SELECT statement.</li>
<li><a href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/02-ingestion/01-streaming-from-kafka.ipynb">Ingest and query data from Apache Kafka</a> walks you through ingesting an event stream from Kafka.</li>
</ul>
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/latest/tutorials/tutorial-unnest-arrays.html"><span class="arrow-prev">← </span><span>Unnesting arrays</span></a><a class="docs-next button" href="/docs/latest/tutorials/tutorial-jupyter-docker.html"><span>Docker for tutorials</span><span class="arrow-next"> →</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#prerequisites">Prerequisites</a></li><li><a href="#python-api-for-druid">Python API for Druid</a></li><li><a href="#tutorials">Tutorials</a></li></ul></nav></div><footer class="nav-footer druid-footer" id="footer"><div class="container"><div class="text-center"><p><a href="/technology">Technology</a> · <a href="/use-cases">Use Cases</a> · <a href="/druid-powered">Powered by Druid</a> · <a href="/docs/latest/">Docs</a> · <a href="/community/">Community</a> · <a href="/downloads.html">Download</a> · <a href="/faq">FAQ</a></p></div><div class="text-center"><a title="Join the user group" href="https://groups.google.com/forum/#!forum/druid-user" target="_blank"><span class="fa fa-comments"></span></a> · <a title="Follow Druid" href="https://twitter.com/druidio" target="_blank"><span class="fab fa-twitter"></span></a> · <a title="Download via Apache" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/{{ site.druid_versions[0].versions[0].version }}/apache-druid-{{ site.druid_versions[0].versions[0].version }}-bin.tar.gz" target="_blank"><span class="fas fa-feather"></span></a> · <a title="GitHub" href="https://github.com/apache/druid" target="_blank"><span class="fab fa-github"></span></a></div><div class="text-center license">Copyright © 2022 <a href="https://www.apache.org/" target="_blank">Apache Software Foundation</a>.<br/>Except where otherwise noted, licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.<br/>Apache Druid, Druid, and the Druid logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</div></div></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script><script>
document.addEventListener('keyup', function(e) {
Expand Down