PhpPrestoClient:用于连接 PrestoDB 的 PHP 类

时间:2024-07-15 13:28:56
【文件属性】:

文件名称:PhpPrestoClient:用于连接 PrestoDB 的 PHP 类

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-15 13:28:56

PHP

PhpPresto客户端 连接到 PrestoDB 服务器的简单 Php 类,该服务器针对 Hadoop HDFS 集群运行分布式查询。 Presto 使用 SQL 的子集作为其查询语言。 Presto 是 Hadoop-Hive 或 Impala 的替代方案。 用法 有关如何使用它的简短演示,请参阅 Demo.php 要求 PHP-Curl 兼容性 在所有版本的 Presto 上测试成功,最高可达 0.58 Presto 客户端协议 以下描述是由 Ivo Herweijer 对其 Python 接口所做的描述 Presto 客户端和服务器之间使用的通信协议尚未记录。 似乎是这样的: 客户端向 Presto 服务器发送 http POST 请求,页面:“/v1/statement”。 标头信息应包括:X-Presto-Catalog、X-Presto-Source、X-Presto-Sc


【文件预览】:
PhpPrestoClient-master
----composer.json(579B)
----LICENSE(11KB)
----src()
--------PrestoClient.php(5KB)
--------PrestoException.php(77B)
----VERSION(106B)
----examples()
--------Demo.php(1KB)
----.gitignore(31B)
----README.md(3KB)

网友评论