Skip to main content

kylin api client

Project description

Summary

kylin_client is a api client for kylin. It currently supports the versions from 2.6 to 3.6 (users of Python 2.4 and 2.5 may use 2.1.3 version). PyPy is also known to work.

Example usages

QUERY ===

>>>from kylin_client.kylin_client import KylinClient as kyclient
>>>client = kyclient(host='127.0.0.1:7070', user='ADMIN', password='KYLIN')
>>>client.query('select * from kylin_test', project='kylin_test', limit=500)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kylin_client-1.0.2.zip (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page