文件名称:php-presto-client:用于PHP的prestdb客户端
文件大小:35KB
文件格式:ZIP
更新时间:2024-06-10 07:27:03
facebook php7 prestodb PHP
Ytake \ PrestoClient 适用于php的prestodb HTTP协议客户端 什么是Presto Presto是一个开放源代码的分布式SQL查询引擎,用于对大小从GB到PB的各种数据源运行交互式分析查询。 安装 必需> = PHP 7.0 $ composer require ytake/php-presto-client 用法 标准 <?php $ client = new \ Ytake \ PrestoClient \ StatementClient ( new \ Ytake \ PrestoClient \ ClientSession ( 'http://localhost:8080/' , 'acme' ), 'SELECT * FROM acme.acme.acme' ); // execute http request $ clien
【文件预览】:
php-presto-client-master
----composer.json(1KB)
----.travis.yml(370B)
----phpunit.xml(926B)
----example()
--------client.php(400B)
----.scrutinizer.yml(277B)
----.hhconfig(17B)
----phpcs.xml(403B)
----tests()
--------TestReflectionTrait.php(450B)
--------StatementClientTest.php(12KB)
--------data()
--------LoggerClientTest.php(1KB)
--------MockClientTrait.php(1KB)
--------ClientSessionTest.php(2KB)
--------ResultsSessionTest.php(5KB)
--------build()
----LICENSE(1KB)
----nitpick.json(53B)
----src()
--------PrestoHeaders.php(2KB)
--------StatementStats.php(5KB)
--------QueryError.php(2KB)
--------LoggerClient.php(2KB)
--------StatementClient.php(10KB)
--------Column.php(2KB)
--------ResultsSession.php(2KB)
--------Session()
--------FixData.php(2KB)
--------QueryResult.php(6KB)
--------ClientSession.php(4KB)
--------Exception()
----phpmd.xml(2KB)
----.sensiolabs.yml(46B)
----.coveralls.yml(109B)
----.gitignore(35B)
----.styleci.yml(58B)
----README.md(4KB)