Windex / python-presto-demo

Sample code to connect to Presto database using presto-python-client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Presto Demo

Usage

To initialize your environment:

virtualenv -p python3 venv3
source venv3/bin/activate
pip install -r requirements.txt

Run the following for details:

python3 prestodemo.py --help

Copy prestodemo.ini.template to prestodemo.ini and configure with your settings.

About

Sample code to connect to Presto database using presto-python-client library