December 15, 2023

Working With HarperDB and Java: JDBC

Welcome to Community Posts
Click below to read the full article.
Summary of What to Expect
Table of Contents

In this tutorial, we’ll discuss Java’s support for HarperDB, a high-performing flexible NoSQL database with the power of SQL. No doubt, the standard Java database connectivity helps integrate it with a wide range of leading BI, reporting, ETL Tools, and custom applications. It also provides REST APIs for performing DB administration and operations.

However, JDBC streamlines and accelerates the adoption of HarperDB within applications. It might simplify and expedite the process significantly.

For this tutorial, we’ll use the Java Test Container library. This would enable us to run a HarperDB Docker container and showcase a live integration. Let’s explore the extent of JDBC support available for HarperDB through some examples.