Re: Feature proposal: www_fdw - Mailing list pgsql-hackers

From Alexander Soudakov
Subject Re: Feature proposal: www_fdw
Date
Msg-id CACCOprfadeUPTK+=YR7X71rXRaTq_-+GoTO17zV7BF7geQcYWw@mail.gmail.com
Whole thread Raw
In response to Re: Feature proposal: www_fdw  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Feature proposal: www_fdw  (Alexander Soudakov <cygakob@gmail.com>)
Re: Feature proposal: www_fdw  (Hitoshi Harada <umi.tanuki@gmail.com>)
List pgsql-hackers
Hello.

I finished developing www_fdw:
https://github.com/cyga/www_fdw/

It has docs/examples:
https://github.com/cyga/www_fdw/wiki

I haven't upload it to pgxn or pgfoundry yet.

I want to ask for the following 2 things:
1. testing from community;
2. how can I add my extension to official fdw list:
http://wiki.postgresql.org/wiki/Foreign_data_wrappers
Is there any procedure for it?



On Thu, Sep 29, 2011 at 1:20 AM, Kevin Grittner
<Kevin.Grittner@wicourts.gov> wrote:
> Florian Pflug <fgp@phlo.org> wrote:
>> On Sep28, 2011, at 15:32 , Alexander Soudakov wrote:
>>> Here you can find www_fdw feature documentation:
>>> http://wiki.postgresql.org/wiki/WWW_FDW
>>
>> Certainly looks useful (as a third-party extension, as others have
>> already pointed out)
>
> Our programmers agree that it is likely to be useful here.  I agree
> that it should be an extension.
>
>> What I didn't quite understand is how one would pass (dynamic)
>> parameters for a GET request. For example, not too long ago I
>> needed to access the Google Maps API from postgres. I ended up
>> using pl/python, and now wonder if your FDW would support that
>> use-case.
>
> I would assume that the usual ? to start parameters and & between
> parameters would be used.  For example, with Google Maps:
>
>
http://maps.google.com/maps?hl=en&ie=UTF8&hq=&hnear=Madison,+Dane,+Wisconsin&ll=43.074684,-89.38188&spn=0.003006,0.00383&t=h&z=18&layer=c&cbll=43.07468,-89.381742&panoid=LhJ-PFHVzxRguJ6h616mmQ&cbp=12,355.53,,0,-1.32
>
> -Kevin
>



--
Alexander Soudakov
Software Developer
email: cygakoB@gmail.com
skype: asudakov


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: small cleanup pl_exec.c
Next
From: Alexander Soudakov
Date:
Subject: Re: Feature proposal: www_fdw