Skip to content

A data visualizer made by Java for data reports based on World Bank data

Notifications You must be signed in to change notification settings

hanle23/WorldBankVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Bank Data Visualizer

Project Description

World Bank Data Visualizer is a system that allows for:

  • Retrieving demographic and other data for one or more selected countries from the World Bank’s data repository.
  • Processing the data using different types of analyses.
  • Rendering the retrieved data or the processed data using appropriately selected visualization means such as bar charts, line graphs, scattered plots, and pie charts.

Getting Started

Prerequisites

  • Java 8 or higher. You can download it from here.
  • Maven. You can download it from here.

Installation

  1. Clone the repository:
    git clone https://github.com/hanle23/WorldBankVisualization.git
  2. Navigate to the project directory:
    cd WorldBankVisualization

Usage

  1. Build the project with Maven:
    mvn clean install
  2. Run the application:
    java -jar target/WorldBankVisualization.jar

Login Credentials

The system uses a file named credentials.json located in the loginCredentials folder at the top level of the project directory for user authentication. This file contains the login credentials that are used to access the system.

Please note that users do not have the ability to create their own credentials, so it is safe to upload this file. The structure of the file is as follows:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A data visualizer made by Java for data reports based on World Bank data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages