Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JHLite Engine: migrate from MongoDB to SQL database #10622

Open
pascalgrimaud opened this issue Aug 20, 2024 · 0 comments
Open

JHLite Engine: migrate from MongoDB to SQL database #10622

pascalgrimaud opened this issue Aug 20, 2024 · 0 comments

Comments

@pascalgrimaud
Copy link
Member

The current MongoDB configuration is not used at all.
The configuration is here to have statistics in the cloud instance of JHLite in Azure.

But now, we migrate to GCP, so I would suggest to migrate to SQL database, and specially PostgreSQL.

I would suggest:

  • local instance: use H2mem or H2disk when starting the instance quickly, we don't care about stats locally
  • cloud instance: use PostgreSQL

We need to use liquibase too, to apply changelogs.

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants