Informatievlaanderen / VSDS-Linked-Data-Interactions

https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/
European Union Public License 1.2
4 stars 6 forks source link

Clean up state persistence strategies: H2 + Postgres #663

Open Yalz opened 2 months ago

Yalz commented 2 months ago

Is your feature request related to a problem? Please describe. We now offer 3 sorts of state persistence strategies: in memory, sqlite and postgres. Going from internal volatile state to a more persisted and externalised state. To not only benefit this UC, but to make LDIO more stable.

Describe the solution you'd like Remove SQLite and in memory state persistence and replace with h2 database.