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

Redirect to new jupyter notebook project #15136

Merged
merged 1 commit into from
Nov 1, 2023
Merged
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
16 changes: 9 additions & 7 deletions examples/quickstart/jupyter-notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
~ under the License.
-->

If you are reading this in Jupyter, switch over to the [0-START-HERE](0-START-HERE.ipynb)
notebook instead.
NOTICE: THIS SET OF JUPYTER NOTEBOOKS AND DOCKER COMPOSE STACK HAS MOVED

You can try out the Druid APIs using the Jupyter Notebook-based tutorials. These
tutorials provide snippets of Python code that you can use to run calls against
the Druid API to complete the tutorial.
The notebooks and docker-compose configuration continue to be improved as part of a new project dedicated to
making it easy to start using and learning Druid directly on your computer. It now contains a data generator service,
kafka, druid and jupyter notebooks that guide you through data ingestion in batch & streaming, query strategies and
modeling.

For information on prerequisites and getting started with the Jupyter-based tutorials,
see [Jupyter Notebook tutorials](../../../docs/tutorials/tutorial-jupyter-index.md).
You can find the new project home at:

https://github.com/implydata/learn-druid

Contributions welcome.