Re: python-phoenixdb

2017-04-10 Thread James Taylor
Thanks, Dimitri. A pull request would be great. Looks like the outstanding items are: - Fixing licensing - Deciding on package structure. FWIW, the phoenix-spark module has scala code, so this is a little bit of precedence for non Java code. - Tweaking our release process/scripts to handle Python a

Re: python-phoenixdb

2017-04-10 Thread Dimitri
Hi, DB API 2.0 and SQLAlchemy are in pyPhoenix. I can fix the licensing. tell us what you decide. Dimitri. 2017-03-27 0:48 GMT+02:00 Josh Elser : > First off, I think we need to figure out which version of "phoenixdb" we > want to include. Technically, I don't know which would be preferred:

Re: python-phoenixdb

2017-03-26 Thread Josh Elser
First off, I think we need to figure out which version of "phoenixdb" we want to include. Technically, I don't know which would be preferred: DB API 2.0 or SQLAlchemy. Do we have to choose just one? I can only say that I know of users have been using Lukas' variant but I don't know if that's be

Re: python-phoenixdb

2017-03-26 Thread Dimitri
hi James, do you want a PR ? Regards Dimitri Capitaine 2017-03-24 8:36 GMT+01:00 Dimitri : > hi James, > > it will be great. > > Regards, > Dimitri > > 2017-03-24 1:24 GMT+01:00 James Taylor : > >> Thanks, Dimitri! If you're interested, I think the community would welcome >> this as a contribut

Re: python-phoenixdb

2017-03-24 Thread Dimitri
hi James, it will be great. Regards, Dimitri 2017-03-24 1:24 GMT+01:00 James Taylor : > Thanks, Dimitri! If you're interested, I think the community would welcome > this as a contribution to Apache Phoenix so it can appear in our regular > distributions. > > Regards, > James > > On Thu, Mar 23,

Re: python-phoenixdb

2017-03-23 Thread James Taylor
Thanks, Dimitri! If you're interested, I think the community would welcome this as a contribution to Apache Phoenix so it can appear in our regular distributions. Regards, James On Thu, Mar 23, 2017 at 5:21 PM, Dimitri wrote: > Hi, > > I make some update on my fork of Lukáš Lalinský phoenix pyt

Re: python-phoenixdb

2017-03-23 Thread Dimitri
Hi, I make some update on my fork of Lukáš Lalinský phoenix python lib. I integrate sqlalchemy and correct some bug. you can find the code source on https://github.com/Pirionfr/pyPhoenix and it's available in https://pypi.python.org/pypi/pyPhoenix regards Dimitri Capitaine 2016-11-07 18:

Re: python-phoenixdb

2016-11-07 Thread Josh Elser
+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

Re: python-phoenixdb

2016-11-07 Thread James Taylor
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 wrote: > erratum > Someone else did the port to protobuf, Lukáš Lal

Re: python-phoenixdb

2016-11-06 Thread Dimitri
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 : > Hi, > > Lukáš Lalinský is no longer use Phoenix, so he is not actively working on > his lib anymore. > > One major problem wi