Skip to content

deepak5256/DATA_VISUALISATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Data Visualization

This Maven-based Java project provides interactive data visualization features, enabling users to create and analyze graphical representations of datasets.

Project Structure

  1. src: Source code for the project, containing core business logic.
  2. target: Compiled .jar or .war file for deployment.
  3. pom.xml: Maven configuration file managing dependencies and build processes.
  4. .git: Git version control folder.

Features

  • Chart Types: Supports bar graphs, pie charts, scatter plots, and more.
  • Data Interaction: Filters, zooming, and other interactivity for datasets.
  • Custom Visualizations: Generates visuals based on user-uploaded data.

How to Run

  1. Setup Maven:

    • Install Maven:
      sudo apt install maven
    • Navigate to the project directory.
  2. Build and Package:

    mvn clean install
  3. Run the Application:

    • If it generates a .jar file:
      java -jar target/<output-jar-file>.jar
    • If it generates a .war file:
      • Deploy to a server (e.g., Apache Tomcat).
      • Access via browser at http://localhost:8080.

Integration Ideas

  • Use the Data Visualization project to display predictions and trends from the Water Quality Prediction project.
  • Visualize water quality data distributions or prediction outcomes with interactive charts.

Contributing

Contributions are welcome! Please fork the repository, make changes, and submit a pull request.


About

A Maven-based Java project for creating interactive and customizable data visualizations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages