Skip to content

xdsoft-java/apache-phoenix-jdbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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