https://github.com/mneedham/pinot-python-driver-video
Sample code that accompanies the YouTube video showing how to use Pinot's Python Driver
https://github.com/mneedham/pinot-python-driver-video
Last synced: about 1 year ago
JSON representation
Sample code that accompanies the YouTube video showing how to use Pinot's Python Driver
- Host: GitHub
- URL: https://github.com/mneedham/pinot-python-driver-video
- Owner: mneedham
- Created: 2022-09-30T14:26:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T10:06:00.000Z (over 3 years ago)
- Last Synced: 2025-02-14T13:50:21.749Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Sample code for Querying Apache Pinot with the Python Driver
This is the sample code for my YouTube video where I show how to query Apache Pinot using its Python Driver.
image::https://yt-embed.herokuapp.com/embed?v=tGnU9tqJ5DQ[link="https://www.youtube.com/watch?v=tGnU9tqJ5DQ"]
== Running Docker
To run Docker:
```
docker-compose up
```
In the output you'll see a link to the Jupyter notebook. Copy that and open it in your browser.
== Jupyter Notebooks
You can find the notebooks in the `notebooks` directory. Navigate there and open https://github.com/mneedham/pinot-python-driver-video/blob/main/notebooks/PinotPythonDriver-Complete.ipynb[PinotPythonDriver-Complete.ipynb]