duanqing2209 2016-08-01 12:20
浏览 381

用于PHP的Apache Phoenix API

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.

    评论

报告相同问题?