I want to use Apache Phoenix and retrieve data from Hbase database. I found an API for Phoenix in Java here, But I use PHP for my project and I couldn't find any Phoenix API for PHP. Is there any Phoenix API for PHP ?
2条回答 默认 最新
dtlc84438 2016-08-03 19:59关注Usually ODBC is the way you would use a database with PHP (I am stating the obvious I know :) ). There are jdbc bridges but we did not have any luck with them.
http://php-java-bridge.sourceforge.net/pjb/
We built an ODBC driver at Splice Machine (Open Source) to handle this issue.
You can check it out under ODBC Driver via this link.
http://community.splicemachine.com/
Good luck.
解决 无用评论 打赏 举报