Skip to content

Weather Data Collector is a Spring Boot application that collects weather data. The application utilizes Spring Batch to retrieve data from OpenWeatherMap, and it provides services to query the data history.

Notifications You must be signed in to change notification settings

MBenincasa/weather-data-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Data Collector

Weather Data Collector is a Spring Boot application that collects weather data. The application utilizes Spring Batch to retrieve data from OpenWeatherMap, and it provides services to query the data history.

Features

  • Data Retrieval: The application uses a Spring Batch process to retrieve weather data from OpenWeatherMap at regular intervals.
  • Data Storage: The collected weather data is stored in a database to enable querying of the data history.
  • Query Services: The application offers services to query the historical weather data.

Technologies Used

  • Java: The primary programming language used to develop the application.
  • Spring Boot: Framework for developing Java-based applications with Spring.
  • Spring Batch: Framework for managing batch processes in Java applications.
  • OpenWeatherMap API: API for accessing weather data provided by OpenWeatherMap.
  • Database: A database is used to store the collected weather data.

About

Weather Data Collector is a Spring Boot application that collects weather data. The application utilizes Spring Batch to retrieve data from OpenWeatherMap, and it provides services to query the data history.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages