Skip to content

Imports PSE stock information from a CSV file to a MySQL database.

Notifications You must be signed in to change notification settings

czetsuya/ct-pse-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Imports PSE stock information from a CSV file to a MySQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages