Skip to content

This is a Java application that uses the Open Data Hub to retrieve information about various activities that can be performed in South Tyrol, and stores the data into compact JSON files.

Notifications You must be signed in to change notification settings

BalawalSultan/South-Tyrol-Activities-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

South Tyrol activities analyzer

This Java application uses the Open Data Hub to retrieve information about various activities that can be performed in South Tyrol, and stores the data into compact JSON files.

Application Architecture

To read the architecture open the report.md file.

Installation

Use Maven to prepare the application.

mvn install compile package

Usage

In order for the application to run an input file containing the number of activities to retrieve must be provided. The input file must be called input.txt and must be placed in the resources folder.

The input.txt file must contain only the number of activities to retrieve here is an example.

100

How to run the application

Once the input file is ready use the following command to run the application.

mvn clean package exec:exec

How to test the application

To run the unit test on the application use the following command.

mvn test

About

This is a Java application that uses the Open Data Hub to retrieve information about various activities that can be performed in South Tyrol, and stores the data into compact JSON files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages