+1
I was poking around with it this weekend. I had some issues (trying to
use it from the Avatica side, instead of PQS, specifically), but for the
most part it worked. Definitely feel free to report any issues you run
into: https://bitbucket.org/lalinsky/python-phoenixdb. It would be nice
to make this a "first-class citizen".
James Taylor wrote:
Thanks, Dimitri. I created PHOENIX-3459 to update the website with the new
link. It'd be great to see this make it into Phoenix proper (or Avatica or
a combination of the two).
James
On Sun, Nov 6, 2016 at 12:35 PM, Dimitri<[email protected]> wrote:
erratum
Someone else did the port to protobuf, Lukáš Lalinský merged the pull
request and it's now released as version 0.5.
Dimitri
2016-11-03 22:14 GMT+01:00 Dimitri<[email protected]>:
Hi,
Lukáš Lalinský is no longer use Phoenix, so he is not actively working on
his lib anymore.
One major problem with his lib is that it uses the JSON interface, which
is now deprecated.
I fork it for my use (phoenix 4.8 and sqlalchemy.), it's now use
protobuf,I push my code on my github. (https://github.com/Pirionfr/
python-phoenixdb)
For some who want to use it can you put the link on your site (
https://phoenix.apache.org/phoenix_python.html) ?