MySQL Consultation #193
-
|
We want to onboard OSMT into our organisation's ecosystem and have the following MySQL offerings available in our organisation, DBEvolver, GCP CloudSQL MySQL, and Cloud RDBMS. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @shitizz24. I'm happy to see you bringing OSMT in to the fold. I'm not a MySQL expert in the enterprise space, and I don't have an experience with the products you mentioned. Most of my experience with the platform comes from much looser projects. That said, can I reframe your question? I hear you asking about how to use enterprise MySQL resources and services in support of your OSMT deployment. Please redirect me if I don't have your question right? There's nothing especially tricky about how OSMT uses the MySQL database. The Spring application uses Flyway to apply the DDL scripts in the I think your question probably defines the bounds for some spike work for your organization. For what it's worth, if I were deploying OSMT in a cloud context, I would favor a managed database service. I hope that helps... |
Beta Was this translation helpful? Give feedback.
Hi @shitizz24.
I'm happy to see you bringing OSMT in to the fold.
I'm not a MySQL expert in the enterprise space, and I don't have an experience with the products you mentioned. Most of my experience with the platform comes from much looser projects. That said, can I reframe your question? I hear you asking about how to use enterprise MySQL resources and services in support of your OSMT deployment. Please redirect me if I don't have your question right?
There's nothing especially tricky about how OSMT uses the MySQL database. The Spring application uses Flyway to apply the DDL scripts in the
api/src/main/resources/db/migrationdirectory, from oldest to newest. Any number of tools can get …