Using PrestoDB as RDBMS

49 Views Asked by At

I'm currently working on a project connecting prestoDB to our DBtool to extract and load different types of data from different sources(json index from elasticsearch, json record from kafka etc).

it works on a DBeaver with a jdbc, however, our DBtool does not allow the connection without a username and password.

Is there any way to create an user and password in prestoDB that we could use like Oracle or MariaDB account connection

0

There are 0 best solutions below