{"id":18524267,"url":"https://github.com/fmbenhassine/spring-batch-lab","last_synced_at":"2025-03-27T00:13:05.811Z","repository":{"id":37383577,"uuid":"151471167","full_name":"fmbenhassine/spring-batch-lab","owner":"fmbenhassine","description":"Everything I know and do about Spring Batch","archived":false,"fork":false,"pushed_at":"2025-03-06T12:20:28.000Z","size":12924,"stargazers_count":47,"open_issues_count":0,"forks_count":26,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-17T12:09:07.729Z","etag":null,"topics":["spring-batch"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/fmbenhassine.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":"2018-10-03T19:47:19.000Z","updated_at":"2025-03-13T15:35:42.000Z","dependencies_parsed_at":"2023-10-14T17:33:42.189Z","dependency_job_id":null,"html_url":"https://github.com/fmbenhassine/spring-batch-lab","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/fmbenhassine%2Fspring-batch-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmbenhassine%2Fspring-batch-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmbenhassine%2Fspring-batch-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmbenhassine%2Fspring-batch-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmbenhassine","download_url":"https://codeload.github.com/fmbenhassine/spring-batch-lab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245755678,"owners_count":20667027,"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":["spring-batch"],"created_at":"2024-11-06T17:40:20.168Z","updated_at":"2025-03-27T00:13:05.790Z","avatar_url":"https://github.com/fmbenhassine.png","language":"Java","readme":"# About this repository\n\nThis repository contains all my work related to Spring Batch:\n\n* `blog`: Source code of my blog posts about Spring Batch\n* `issues`: [Minimal complete examples](https://stackoverflow.com/help/minimal-reproducible-example) to (try to) reproduce issues reported on Github and StackOverflow\n* `diagrams`: UML diagrams generated from Spring Batch's code to help understanding class hierarchies\n* `samples`: Additional samples to complement the [official ones](https://github.com/spring-projects/spring-batch/tree/master/spring-batch-samples)\n* `talks`: Source code of my talks on Spring Batch\n* `sandbox`: Draft ideas related to Spring Batch that will probably be never finished or implemented\n\n# How to checkout a single project folder?\n\nThis repository contains dozens of projects and you might want to checkout only a single folder instead of the entire repository. This can be done with the `git sparse-checkout` command. For example, if you want to only checkout the source code of my blog post about running Spring Batch jobs on Kubernetes [here](https://github.com/benas/spring-batch-lab/tree/master/blog/spring-batch-kubernetes), you can run the following commands:\n\n```\n$\u003e git clone --sparse --depth 1 https://github.com/fmbenhassine/spring-batch-lab\n$\u003e cd spring-batch-lab\n$\u003e git sparse-checkout add blog/spring-batch-kubernetes\n```\n\nAt this point you, you should only have the source code of that blog post in your clone:\n\n```\n$ tree .\n.\n├── README.md\n└── blog\n    └── spring-batch-kubernetes\n        ├── data\n        │   ├── sample1.csv\n        │   └── sample2.csv\n        ├── pom.xml\n        └── src\n            ├── docker\n            │   └── docker-compose.yml\n            ├── kubernetes\n            │   ├── database-service.yaml\n            │   └── job.yaml\n            ├── main\n            │   └── java\n            │       └── com\n            │           └── example\n            │               └── demo\n            │                   ├── BootifulJobApplication.java\n            │                   └── Person.java\n            └── sql\n                └── database.sql\n\n12 directories, 10 files\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmbenhassine%2Fspring-batch-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmbenhassine%2Fspring-batch-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmbenhassine%2Fspring-batch-lab/lists"}