如果需要读取多数据源的数据的话,presto用起来就比较合适了。
安装
brew install presto
配置
配置文件目录:/usr/local/Cellar/presto/0.206/libexec/etc
- 修改config.properties里的端口号
在/etc下vim mysql.properties(连接mysql)
connector.name=mysql
connection-url=jdbc:mysql://example.net:3306
connection-user=root
connection-password=secret