{"id":21076355,"url":"https://github.com/rapter1990/springbatchprocessdbtocsv","last_synced_at":"2025-05-16T06:32:14.538Z","repository":{"id":60867220,"uuid":"546238633","full_name":"Rapter1990/SpringBatchProcessDbToCsv","owner":"Rapter1990","description":"Spring Boot Batch Processing Database to CSV","archived":false,"fork":false,"pushed_at":"2022-10-07T12:24:52.000Z","size":425,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T06:34:07.039Z","etag":null,"topics":["csv","h2-database","java","spring-batch","spring-batch-jobs","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/Rapter1990.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}},"created_at":"2022-10-05T19:08:13.000Z","updated_at":"2024-04-10T12:00:43.000Z","dependencies_parsed_at":"2023-01-19T14:00:57.095Z","dependency_job_id":null,"html_url":"https://github.com/Rapter1990/SpringBatchProcessDbToCsv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rapter1990%2FSpringBatchProcessDbToCsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rapter1990%2FSpringBatchProcessDbToCsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rapter1990%2FSpringBatchProcessDbToCsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rapter1990%2FSpringBatchProcessDbToCsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rapter1990","download_url":"https://codeload.github.com/Rapter1990/SpringBatchProcessDbToCsv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225413236,"owners_count":17470542,"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":["csv","h2-database","java","spring-batch","spring-batch-jobs","spring-boot"],"created_at":"2024-11-19T19:28:01.371Z","updated_at":"2024-11-19T19:28:01.960Z","avatar_url":"https://github.com/Rapter1990.png","language":"Java","readme":"# Spring Boot Batch Processing DB to CSV\n\n\u003cimg src=\"/screenshots/batch_db_to_csv_main.PNG\" alt=\"Main Information\" width=\"800\" height=\"500\"\u003e\n\n### 📖 Information\n\n\u003cul style=\"list-style-type:disc\"\u003e\n  \u003cli\u003e\u003cb\u003eSpring Batch\u003c/b\u003e is a comprehensive batch framework which allows to \u003cb\u003ebatch processing\u003c/b\u003e for enterprise systems\u003c/li\u003e\n  \u003cli\u003eThese batch processing includes tasks like  reading and writing to files,\ntransforming data, reading and writing to databases and so on.\u003c/li\u003e\n  \u003cli\u003eHere is the explanation of the project\n      \u003cul\u003e\n        \u003cli\u003eImplement the process of \u003cb\u003ebatch\u003c/b\u003e covering reading all values from database and write all them into csv file\u003c/li\u003e\n      \u003c/ul\u003e\n  \u003c/li\u003e\n\u003c/ul\u003e\n\n### Used Dependencies\n* Core\n    * Spring\n        * Spring Boot\n        * Spring Batch\n        * Spring Web\n        * Spring Data\n            * Spring Data JPA\n* Database\n    * h2\n* Lombok\n\n### 🔨 Run the App\n\n\u003cb\u003e1 )\u003c/b\u003e Download your project from this link shown below\n```\n    git clone https://github.com/Rapter1990/SpringBatchProcessDbToCsv\n```\n\n\u003cb\u003e2 )\u003c/b\u003e Go to the project's home directory shown below\n```\n    cd batchprocessingcsvtodatabase\n```\n\n\u003cb\u003e3 )\u003c/b\u003e Create a jar file though this command shown below\n```\n    mvn clean install\n```\n\n\u003cb\u003e4 )\u003c/b\u003e Run the project though this command shown below\n```\n    mvn spring-boot:run\n```\n\n\nExplore Rest APIs\n\u003ctable style=\"width:100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003eMethod\u003c/th\u003e\n    \u003cth\u003eUrl\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n    \u003cth\u003eValid Request Body\u003c/th\u003e\n    \u003cth\u003eValid Request Params\u003c/th\u003e\n    \u003cth\u003eValid Request Params and Body\u003c/th\u003e\n    \u003cth\u003eNo Request or Params\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n      \u003ctd\u003eGET\u003c/td\u003e\n      \u003ctd\u003eimportDbToCsvJob\u003c/td\u003e\n      \u003ctd\u003eImport db to csv\u003c/td\u003e\n      \u003ctd\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003ca href=\"README.md#importdbTocsvJob\"\u003eInfo\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## No Request or Params\n\n##### \u003ca id=\"importdbTocsvJob\"\u003eImport db to csv\n```\n    http://localhost:2121/batch/importuserjob\n```\n\n\n### Screenshots\n\n\u003cdetails\u003e\n\u003csummary\u003eClick here to show the screenshots of project\u003c/summary\u003e\n    \u003cp\u003e Figure 1 \u003c/p\u003e\n    \u003cimg src =\"screenshots/batch_db_to_csv_1.PNG\"\u003e\n    \u003cp\u003e Figure 2 \u003c/p\u003e\n    \u003cimg src =\"screenshots/batch_db_to_csv_2.PNG\"\u003e\n\u003c/details\u003e    ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapter1990%2Fspringbatchprocessdbtocsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frapter1990%2Fspringbatchprocessdbtocsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapter1990%2Fspringbatchprocessdbtocsv/lists"}