Re: A PGsendQuery API design for your review

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
Cc: Federico Di Gregorii <fog(at)dndg(dot)it>, psycopg(at)postgresql(dot)org
Subject: Re: A PGsendQuery API design for your review
Date: 2016-02-02 21:47:51
Message-ID: 56B12407.5030300@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 02/02/2016 01:30 PM, Karl O. Pinc wrote:
> On Tue, 2 Feb 2016 13:20:34 -0800
> Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>
>> I think what they are looking for is this:
>>
>> http://ipython.org/
>>
>> and this:
>>
>> http://pandas.pydata.org/
>
> Thanks, but I don't think so. Those are interactive
> python shells. What they want is a web-enabled psql;
> a SQL shell.

Actually more then that, as IPython is just one part of the Juypter
stack which encompasses over 40 languages and is Web enabled through
Notebooks. I would take a serious look at this before rolling your own
data analysis stack. Jupyter is becoming the de facto scientific toolset
and the community that surrounds it is huge. Pretty sure you will
someone has already done a lot of the legwork for you.

http://jupyter.org/

>
> Many years ago I did a horrible hack of phpPgAdmin
> to give them such a shell (it parses sql). I'd
> like to move forward.
>
> Regards,
>
> Karl <kop(at)meme(dot)com>
> Free Software: "You don't pay back, you pay forward."
> -- Robert A. Heinlein
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Karl O. Pinc 2016-02-02 23:44:37 Re: A PGsendQuery API design for your review
Previous Message Karl O. Pinc 2016-02-02 21:42:22 Re: A PGsendQuery API design for your review