Hi Beason: Yes, that php client is running as web server,so i guess i need to use php-cpp, but i am very new beginning on php side, is it possible to provide some sample code with arrow flight to me?
Thanks, Abe Benson Muite <[email protected]>於 2021年12月10日 週五,下午2:17寫道: > 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 >
