-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
Postgres has a foreign data wrapper capability that allows you to expose data to postgres. The postgres engine will process sql queries over your data set. I did some experimentation with this in my fdw branch of my fork of timely.
The python I wrote is in these gists:
https://gist.github.com/klucar/2ca41402608a92c5bc2353add3491f9a
https://gist.github.com/klucar/001c6d8df2beb307abcbc3f038292fe1
The python interface enabling this is called Multicorn
http://multicorn.org
Reactions are currently unavailable