Tag: GCP
-
No joy with Google App Engine
Deploying KaratePDI (a Spring Boot application) to Google App Engine. It was an expensive mistake for number of reasons: unable to integrate Google storage with embedded Pentaho Data Integration engine require refactoring of the code Google App Engine charges by hour per instances – will get charges for not using the app! what a scum!!!!…
-
Move data from MySQL to Google Cloud MySQL
Suppose you have a MySQL database running on a hosted VM or local environment. You need to copy data from each table to Google Cloud MySQL. Some of the tables are quite large. Here are the few steps you need to consider: Pre-Requisites Connection to Source & Target – JDBC driver & connection settings User…