ct-pse-importer Project
This program accepts a stockquote file from PSE, parse, transform, and insert it into a MySQL database.
To run this application you must have a MySQL installed and configured locally or remote.
Running the application
You can run this application locally by using Maven or Quarkus CLI.
Maven
./mvnw compile quarkus:dev
Quarkus CLI
./quarkus dev