文件名称:pypresto:python中的prestodb客户端协议实现
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-18 02:08:06
Python
PyPresto PyPresto是客户端协议实现 。 Presto是用于大数据的分布式SQL查询引擎。 该客户端实现异步调用,并对结果集进行基本配置。 很抱歉缺少文档,以后我会尝试制作一个更全面的版本。 要求 Python 2.7或更高版本 安装 pip install pypresto (DID NOT PUT pip YET) 或者,从源目录执行 python setup.py install Client()参数 hostnames A list of optional hostnames to connect to, currently a random hostname is used from the list per query port Port to connect to (default: 8080) user
【文件预览】:
pypresto-master
----LICENSE(1KB)
----pypresto()
--------pypresto.py(6KB)
--------__init__.py(23B)
----setup.py(768B)
----.gitignore(23B)
----README.md(2KB)