#MS SQL to MonetDB ###a table copy tool for MS SQL to MonetDB
A tool to copy a table or multiple tables from a MS SQL database to a MonetDB adatabase
Make a single jar with embedded dependencies.
$ mvn clean package
Build Docker container
$ mvn docker:build
Build and push Docker container to Dockerhub.
$ mvn docker:build -DpushImageTag
Run JAR.
$ java -jar target/mssql2monetdb-0.1-SNAPSHOT-jar-with-dependencies.jar -c config.properties
See the sample.config.properties file for an example of how the config file should like.