Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.
This example uses
- Flyway for database installation
- Spark Java as a web server
- chart.js as an HTML5 charting library
- jOOQ for reporting
The whole thing then looks like this:
To install and run this example, simply check it out and follow these steps
- Create a "Sakila" database on your PostgreSQL instance
- Edit src/main/resources/config.properties and configure your database instance
- Run the following commands
$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-spark-chart-example
...
$ mvn clean install
...