Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 422 Bytes

Apache Phoenix + JDBI

The project demonstrates how to work with Apache Phoenix with JDBI.

To run demo:

  • Run Apache Phoenix
  • Run ./gradlew clean run (on Unix/Linux) or gradlew.cmd clean run (on Windows)

What demo does:

  • drop table (if exists) EXAMPLE
  • create table EXAMPLE
  • save data to the table
  • get data from the table
  • output the data