Skip to content

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

Notifications You must be signed in to change notification settings

Windex/python-presto-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published