Skip to content

I3S-ESSnet/java-vtl-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-vtl-tools

A collection of tools for Java VTL.

Testing the VTL-Pogues-Connector

  • Make sure the simpson.xml (in the resource directory) is available for the connector.

Build and run as docker image

Run "mvn clean install" to build the application itself.

Build Docker image: docker build . -t i3sessnet/java-vtl-tools:latest

Run the application: docker run -p 8080:8080 i3sessnet/java-vtl-tools:latest

Access the demo-application:

After starting the application/container it can be accessed from http://localhost:8080/demo/index.html#

Packages

No packages published

Languages

  • JavaScript 80.4%
  • Java 11.8%
  • CSS 6.0%
  • HTML 1.5%
  • Other 0.3%