https://github.com/ehsanmanafi/batch-manager
https://github.com/ehsanmanafi/batch-manager
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ehsanmanafi/batch-manager
- Owner: ehsanmanafi
- Created: 2025-01-28T13:55:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T14:16:37.000Z (over 1 year ago)
- Last Synced: 2025-06-04T16:26:13.767Z (about 1 year ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Statistics: Using Spring Batch processing (with 300 tested records) resulted in performance being 3 times faster compared to a simple implementation without any optimization techniques.
## How to run:
1. Create Inventory table in database by "01-Inventory-Table-CreateSQL-CMD.sql" file
2. Create batch pre-requisites by "02-BatchTables.sql" file (in database)
3. Download and Run