bitsondatadev / trino-binder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trino-binder

Binder

The goal of this binder is to offer a quick and easy way to showcase Trino for those that are either not familiar with Docker to run examples in the Trino Getting Started repository or they don't have a computer that can support some of these examples, or simply just want the convenience of pushing a button to play with Trino and run these scenarios with data science examples.

This is a binder project that builds on the Juptyer Project's Docker stack image trino-notebook which builds off of the jupyter project maintained scipy-notebook.

The Dockerfile was build acccording to the documentation Binder provides. The repo2docker config files are used to generate the final docker image that is used by binder.

Although it would have been nice to use the Trino Docker image, there is no way for me to extend my own Dockerfile and start Trino with my own command as the CMD/ENTRYPOINT calls are overridden based on Binder setup.

TODO

About


Languages

Language:Jupyter Notebook 99.7%Language:Dockerfile 0.3%