Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 569 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 569 Bytes

#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

How to build and run.

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.