Skip to content

I3S-ESSnet/java-vtl-tools

This branch is 26 commits ahead of jakobengdahl/java-vtl-tools:develop.

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%