mirror of https://github.com/apache/druid.git
Redirect to new jupyter notebook project (#15136)
This commit is contained in:
parent
2ea7177f15
commit
c9c3df204e
|
@ -19,13 +19,15 @@
|
||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
If you are reading this in Jupyter, switch over to the [0-START-HERE](0-START-HERE.ipynb)
|
NOTICE: THIS SET OF JUPYTER NOTEBOOKS AND DOCKER COMPOSE STACK HAS MOVED
|
||||||
notebook instead.
|
|
||||||
|
|
||||||
You can try out the Druid APIs using the Jupyter Notebook-based tutorials. These
|
The notebooks and docker-compose configuration continue to be improved as part of a new project dedicated to
|
||||||
tutorials provide snippets of Python code that you can use to run calls against
|
making it easy to start using and learning Druid directly on your computer. It now contains a data generator service,
|
||||||
the Druid API to complete the tutorial.
|
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,
|
You can find the new project home at:
|
||||||
see [Jupyter Notebook tutorials](../../../docs/tutorials/tutorial-jupyter-index.md).
|
|
||||||
|
|
||||||
|
https://github.com/implydata/learn-druid
|
||||||
|
|
||||||
|
Contributions welcome.
|
||||||
|
|
Loading…
Reference in New Issue