QuantLibAddin / PostgreSQL integration

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

QuantLibAddin / PostgreSQL integration

Nicola Chiarini

I'd like to export the QuantLibAddin functionality to PostgreSQL via C-Language Functions (as exposed in http://www.postgresql.org/docs/8.1/interactive/xfunc-c.html). Is it feasible?
I haven't found any tutorials about how to extend QuantLibAddin: can someone help me?
 
Thanks in advance,
Nicola Chiarini
Reply | Threaded
Open this post in threaded view
|

Re: QuantLibAddin / PostgreSQL integration

eric ehlers
Hi Nicola,

You would need to add a new Addin to QuantLibAddin.  There's no
documentation on that specifically but you could have a look at the
existing Addins, the C Addin may give you ideas on how to link the C++
world of QuantLib to a C client.

The process of adding new functions and categories is documented here:
    http://www.quantlibaddin.org/extending.html
The document below describes the general structure of the gensrc
utility which is used to generate the source code for the Addins:
    http://www.gensrc.org/inherits.html

Regards,
Eric

On 11/13/06, Nicola Chiarini <[hidden email]> wrote:

>
>
> I'd like to export the QuantLibAddin functionality to PostgreSQL via
> C-Language Functions (as exposed in
> http://www.postgresql.org/docs/8.1/interactive/xfunc-c.html).
> Is it feasible?
> I haven't found any tutorials about how to extend QuantLibAddin: can someone
> help me?
>
> Thanks in advance,
> Nicola Chiarini
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev
>
>
>