OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

Add support for PostgreSQL #50

Closed aaronbrethorst closed 3 weeks ago

aaronbrethorst commented 7 months ago

Let's make it possible to use the PostgreSQL database in addition to MySQL. MySQL should remain the default.

Here's what I know should change:

  1. Allow the specification of the JDBC driver class in data-sources.xml
  2. Add the PostgreSQL JDBC driver to the app server docker image (https://jdbc.postgresql.org)
  3. Update the README with information on using PG instead of MySQL

I'm sure I'm forgetting something here, so use your best judgment on getting this built out!

CesarAndrade007 commented 7 months ago

I'd like to take this on @aaronbrethorst!

aaronbrethorst commented 4 months ago

Any chance you might have the bandwidth to tackle this, @Altonhe?

Altonhe commented 4 months ago

@aaronbrethorst no problem

Altonhe commented 4 months ago

Blocked by https://github.com/OneBusAway/onebusaway-application-modules/issues/352

Neo2308 commented 2 months ago

@Altonhe this should be unblocked now.

aaronbrethorst commented 2 months ago

It’s not unblocked yet. We need to start building our own OBA JAR and WAR files first