{"id":20089078,"url":"https://github.com/amanastel/visualizationdashboard","last_synced_at":"2025-10-16T14:50:01.557Z","repository":{"id":199158008,"uuid":"697014381","full_name":"Amanastel/VisualizationDashboard","owner":"Amanastel","description":"This project is a Java application that includes a Spring Boot service for managing data entities, a batch job for importing data from CSV to a database, and a controller for searching data entities based on various criteria.","archived":false,"fork":false,"pushed_at":"2023-10-08T22:38:29.000Z","size":216,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T02:41:08.464Z","etag":null,"topics":["java","maven","mysql","spring-batch","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Amanastel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-26T21:59:49.000Z","updated_at":"2024-01-24T08:42:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"2dabf4a2-a3e9-44f2-b282-ea32ec52cdf2","html_url":"https://github.com/Amanastel/VisualizationDashboard","commit_stats":null,"previous_names":["amanastel/visualizationdashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanastel%2FVisualizationDashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanastel%2FVisualizationDashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanastel%2FVisualizationDashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanastel%2FVisualizationDashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amanastel","download_url":"https://codeload.github.com/Amanastel/VisualizationDashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241524539,"owners_count":19976529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","maven","mysql","spring-batch","spring-boot"],"created_at":"2024-11-13T16:16:20.733Z","updated_at":"2025-10-16T14:49:56.514Z","avatar_url":"https://github.com/Amanastel.png","language":"Java","readme":"# Visualization Dashboard\n\nThis project is a Java application that includes a Spring Boot service for managing data entities, a batch job for importing data from CSV to a database, and a controller for searching data entities based on various criteria.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Prerequisites](#prerequisites)\n- [Getting Started](#getting-started)\n    - [Installation](#installation)\n    - [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Technologies Used](#technologies-used)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Introduction\n\nThis Java project aims to provide functionality for managing and searching data entities. It includes the following components:\n\n- **DataEntity**: A model class representing data entities with various attributes.\n- **DataService**: A service interface and its implementation (`DataServiceImple`) for persisting and searching data entities.\n- **JobController**: A controller for launching a batch job to import data from CSV to the database.\n- **InvestigationController**: A new controller for searching data entities based on start year, end year, city, and topic.\n\n## Prerequisites\n\nBefore you can run this project, ensure you have the following prerequisites:\n\n- Java JDK 8 or higher\n- MySQL database\n- Spring Boot\n\n## Getting Started\n\nTo get started with this project, follow the steps below:\n\n### Installation\n\n\n## Usage\n\nTo use this Java project, follow the steps below:\n\n1. **Installation**:\n\n    - Clone the repository:\n\n      ```bash\n      git clone https://github.com/Amanastel/VisualizationDashboard.git\n      cd VisualizationDashboard\n      ```\n\n    - Build the project:\n\n      ```bash\n      mvn clean install\n      ```\n\n2. **Running the Application**:\n\n    - Launch the Spring Boot application by executing the following command:\n\n      ```bash\n      java -jar \u003cproject_jar_file\u003e.jar\n      ```\n\n3. **Using the Application**:\n\n    - After starting the application, you can interact with it based on your requirements.\n\n    - For data entity management, you can utilize the `DataService` and related components.\n\n    - To import data from CSV to the database, you can use the `JobController`.\n\n    - For searching data entities based on criteria, access the `InvestigationController` and provide the necessary parameters.\n\nFeel free to explore and utilize the various features of this application as per your needs.\n\nPlease replace `\u003cproject_jar_file\u003e` with the actual name of your project's JAR file. This \"Usage\" section provides users with instructions on how to install, run, and utilize your project.\n\n\n   \n## Project Structure\n\nThe project is organized as follows:\n\n- `com.blackcoffer.model`: Contains the `DataEntity` class representing data entities.\n\n- `com.blackcoffer.Service`: Includes the `DataService` interface and its implementation (`DataServiceImple`) for data management.\n\n- `com.blackcoffer.controller`: Contains controllers for batch job (`JobController`) and data searching (`InvestigationController`).\n\n- `application.properties`: Configuration file for database connection and Spring Batch.\n\n- `pom.xml`: Maven configuration file specifying project dependencies.\n\nThis structure provides a clear organization of your project's components, making it easier for developers to navigate and understand your codebase.\n\n\n## Technologies Used\n\nThe following technologies, libraries, and frameworks are used in this project:\n\n- **Java**: The primary programming language for developing the application.\n\n- **Spring Boot**: A Java-based framework used for building the service and controllers.\n\n- **MySQL**: The database management system used for storing data.\n\n- **Spring Batch**: A framework for processing large volumes of data, utilized for the batch job.\n\nThese technologies work together to create a robust Java application for managing and searching data entities.\n\n## Contributing\n\nWe welcome contributions to improve this project. To contribute, please follow these steps:\n\n1. Fork this repository.\n2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`\n3. Make your changes and commit them: `git commit -m 'Add feature'`\n4. Push your changes to your fork: `git push origin feature-name`\n5. Create a pull request from your fork to this repository.\n\nPlease provide a clear description of your changes, and make sure your code follows the project's coding standards.\n\n## License\n\nThis project is licensed under the [License Name](LICENSE).\n\n\n## Contact\n\nIf you have any questions, suggestions, or need assistance with this project, please feel free to reach out to us. You can contact us via the following methods:\n\n- Email: [amankumar.ak0012@gmail.com](mailto:amankumar.ak0012@gmail.com)\n- LinkedIn: [Aman Kumar on LinkedIn](https://www.linkedin.com/in/amanastel/)\n- GitHub: [Aman Kumar on GitHub](https://github.com/amanastel)\n\n\nWe welcome feedback and contributions from the community and are happy to assist you with any inquiries related to this project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanastel%2Fvisualizationdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanastel%2Fvisualizationdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanastel%2Fvisualizationdashboard/lists"}