Skip to content

DylanGuedes/dataprocessor_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataprocessor_client (for Python)

Installing (USE PYTHON3 FOR GODS SAKE)

pip install dataprocessor_client

Usage

from dataprocessor_client import client
conn = client.connect()
q = "select percentile_99(measure) from city_sensors"
job_id = conn.sql(q, "city_sensors")
conn.process(job_id)

Deploying new versions

To install:

pip install . --user --upgrade

To package:

python setup.py sdist bdist_wheel

To upload do pypi:

twine upload dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages