jooq/jOOQ-examples/jOOQ-spark-chart-example
dependabot[bot] 2c8154b6dd
Bump postgresql in /jOOQ-examples/jOOQ-spark-chart-example
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.8 to 42.2.25.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.8...REL42.2.25)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 15:01:25 +00:00
..
src/main sakila with lower case 2022-01-10 12:27:40 +01:00
.gitignore
LICENSE.txt
pom.xml Bump postgresql in /jOOQ-examples/jOOQ-spark-chart-example 2022-02-02 15:01:25 +00:00
README.md

Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.

Description

This example uses

  1. Flyway for database installation
  2. Spark Java as a web server
  3. chart.js as an HTML5 charting library
  4. jOOQ for reporting

The whole thing then looks like this:

animation

Installation

To install and run this example, simply check it out and follow these steps

  1. Create a "Sakila" database on your PostgreSQL instance
  2. Edit src/main/resources/config.properties and configure your database instance
  3. Run the following commands
$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-spark-chart-example
...
$ mvn clean install
...