On 12/10/21 8:39 AM, HSU YU-MING wrote:
Hi All:

I create an arrow-flight server with python as my backend server. And I have the other application written by PHP as client side. There are rarely information talking about apache arrow with php. Is it possible to use arrow flight as client inside php? if yes, do we have any example to do that?
I will very appreciate that.


Many Thanks,
Abe
Hi Abe,

At the moment there is no direct PHP integration, either bindings or an implementation. Is PHP running a web service? If so could you use C++ and integrate with that for example using http://www.php-cpp.com/?

Another option might be to use Javascript if you only need client side integration in a browser? Some documentation is available at:
https://arrow.apache.org/docs/js/
Flight is not integrated yet, but this can be extended.

Regards,
Benson

Reply via email to