verdict-project / verdict

Interactive-Speed Analytics: 200x Faster, 200x Fewer Cluster Resources, Approximate Query Processing
http://verdictdb.org
Apache License 2.0
248 stars 66 forks source link

pyverdict postgres connector #328

Closed jarridrb closed 5 years ago

jarridrb commented 5 years ago

This pull request addresses issue #325. It adds a pyverdict interface for verdict using postgresql. In particular, this addition follows the typing conventions of popular python library psycopg2 (see https://github.com/psycopg/psycopg2) and thereby provides interfaces accordingly. Note that this pull request required some changes to java portions of the engine, not just the python parts, due to detailed column type names not being otherwise available from the ResultSet JavaObjects returned by verdict's internals.

jarridrb commented 5 years ago

Moved to Pull Request #329