|
|
|
|
|
by herval
3249 days ago
|
|
It’s a Presto (prestodb.io) plugin - presto is a tool to do SQL queries over data sources (hadoop, nosql dbs, sql dbs, etc), including joining over them Presto itself has a JDBC driver, so you could run it + this plugin in a Java app/codebase |
|