An open API service indexing awesome lists of open source software.

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

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]