rdsaliba / notorious-eng

2 stars 5 forks source link

Setup Database #51

Closed PaulMicu closed 3 years ago

PaulMicu commented 4 years ago

As a dev, I need a place to store all the system and sensor information in a secure database.

Setup an internal database and connect it into the application.

Acceptance Criteria:

Notes; H2, Derby, HSQLDB are possible solutions.

JayChouteau commented 3 years ago

DBMS work session summary (all assignees present):

DBMS comparator

najimgh commented 3 years ago
PaulMicu commented 3 years ago

As discussed in our meetings, MySQL will not work for our project we need an embedded database, MySQL is cannot be embedded into our java application, please choose one from the 3 mentioned in the ticket

najimgh commented 3 years ago
Shirwarsame commented 3 years ago

Link to documentation: https://notorious-eng.atlassian.net/wiki/spaces/DOCUMENTAT/pages/136249345/H2+or+HSQLDB+using+JDBC+API

najimgh commented 3 years ago

Changed to MariaDB as per Product owner's request