Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 381 Bytes

owlcheck-mysql.md

File metadata and controls

17 lines (12 loc) · 381 Bytes

OwlCheck MySql

Connect to any database using JDBC. Mysql example below.

-q "select * from lake.stock_eod where date = '2017-01-20' " \
-u username -p password \
-c "jdbc:mysql://owldatalake.chzid9w0hpyi.us-east-1.rds.amazonaws.com:3306" \
-rd "2017-01-20" \
-dc "date" \
-ds "stocks" \
-driver com.mysql.jdbc.Driver \
-lib "/home/ec2-user/owl/drivers/mysql/"