We can connect to Hive and MongoDB using Presto. Please run below commands on the web console
- For Hive,
/opt/presto-cli --server localhost:4140 --catalog hive --schema default
- For MongoDB,
/opt/presto-cli --server localhost:4140 --catalog mongodb --schema default