Skip to content

A tool to copy tables from a MS SQL database to a MonetDB database.

License

Notifications You must be signed in to change notification settings

xxwoo/mssql2monetdb

 
 

Repository files navigation

#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.

About

A tool to copy tables from a MS SQL database to a MonetDB database.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Other 1.2%