DbSchema lets you design, manage, and document HBase databases. Create ER diagrams, define tables and columns, and generate SQL scripts - with or without a live database connection.
Use Git to share the design, compare it with the HBase database, and deploy changes. DbSchema also includes a data editor, query builder, and HTML5 documentation - everything you need in one tool.
Choose "Connect to the database" or "New Model Connected to the Database" will let you select your database and open the Connection Dialog.
DbSchema automatically downloads the JDBC driver to connect to your database.
In the Connection Dialog window, select the JDBC URL you want to connect with. If your database is running in the cloud, choose Edit Manually and insert the JDBC URL from the cloud console.
Enter the host name, the authentication details, select your database as described in the Connection Dialog page.
DbSchema connects to HBase using the driver from Apache Phoenix. This driver require to copy a jar file on all HBase region servers and master and remove any previous version. Please read the installation instructions.
DbSchema includes the JDBC driver only for HBase version 2.5. For other versions, please copy the phoenix-client-hbase-[hbase.version].jar file from the bin distribution in the User Home directory ./DbSchema/drivers/HBase, and restart DbSchema. The driver version is shown in the Connection dialog.
Read about the Phoenix JDBC driver.