Re: Turbo ODBC

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Wes McKinney <wesmckinn(at)gmail(dot)com>, Matthew Rocklin <mrocklin(at)continuum(dot)io>
Cc: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>, Uwe Korn <uwelk(at)xhochy(dot)com>
Subject: Re: Turbo ODBC
Date: 2017-01-17 01:32:22
Message-ID: b051808e-b410-1d52-c8b4-6fce1d2d33a1@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 01/16/2017 05:20 PM, Wes McKinney wrote:
> Adding Uwe Korn -- he's been working on adding C++-level Arrow support
> to TurbODBC:
>
> https://github.com/blue-yonder/turbodbc/pull/26
>
> We're using Arrow data structures as an efficient (column-oriented)
> intermediary en route to pandas -- you could also implement normal
> Python tuple iteration on top of Arrow record batches.
>
> The main Python-compatible Arrow implementation is in C++11 so if you
> wanted to use in C you'd need to do a little work to create C
> bindings.

All of this is very interesting and definitely worth exploring, just not
sure how much of it ties back to psycopg2 and this list. Not trying to
rain on anyone's parade, I am wondering if this might not be better
explored on a 'meta' list, something like the various Python projects
that deal with Excel do:

https://groups.google.com/forum/#!forum/python-excel

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

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Jim Nasby 2017-01-17 02:07:52 Re: Turbo ODBC
Previous Message Wes McKinney 2017-01-17 01:20:48 Re: Turbo ODBC