The project demonstrates how to work with Apache Phoenix with JDBI.
- Run Apache Phoenix
- Run
./gradlew clean run
(on Unix/Linux) orgradlew.cmd clean run
(on Windows)
- drop table (if exists) EXAMPLE
- create table EXAMPLE
- save data to the table
- get data from the table
- output the data