Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 232 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 232 Bytes

PyDrillRest

Drill Rest CLient For Python

Example:

import pyDrillRest

drill=pyDrillRest.DrillClient('localhost:8047')

print drill.sqlQuery("SELECT * FROM cp.employee.json limit 10")