Accessing External SQL Databases
Every language in Cloudera Data Science Workbench has multiple client libraries available for SQL databases.
If your
database is behind a firewall or on a secure server, you can connect to it by creating an
SSH tunnel to the server, then connecting to the database on localhost
.
If the database is password-protected, consider storing the password in an environmental variable to avoid displaying it in your code or in consoles.