English | 中文
GoBatch is a batch processing framework in Go, similar to Spring Batch in Java. It is designed to be easy to use for those familiar with Spring Batch.
- Modular construction for batch applications
- Support for serial and parallel processing
- Built-in file processing components
- Listeners for job and step execution
- Easy to extend
go get -u github.com/chararch/gobatch
- Set up a database and create necessary tables using the provided schema.
- Write your batch processing code using GoBatch.
- Run your batch jobs. For detailed documentation and examples, please refer to the project documentation .
This project is licensed under the MIT License. See the LICENSE file for details.