'Is there a SPRING batch equivalent in .NET
I came across Spring BATCH and it seems to be a fully fledged batch library. I however was not able to find any .NET equivalent library. There is Summer Batch but it does not seem to be kept up to date.
Have any of you come across any other libraries. Alternatively, what do you .NET folks use to create batch data processing applications.
The use case here is data ingestion -> merging, splitting, validations -> data export as a file. It is not a big data use case and there are not more than 10 million rows in a flat file.
Solution 1:[1]
This is related to an already-closed question Microsoft equivalent of Spring Batch.
I came across an open source framework, Summer Batch that is inspired by JSR-352. It seems to be well-maintained as well.
I have not used it yet. But hoping to try it out sometime.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Shyam Kumar Sundarakumar |