Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mongo repository for Spring Batch?

Is there a Mongo-based job repository for Spring Batch? If not, would I need to implement JobInstanceDao and its siblings? Are there any examples or existing works that would help in this endeavor?

like image 793
RubyTuesdayDONO Avatar asked Feb 10 '12 17:02

RubyTuesdayDONO


2 Answers

there is a https://github.com/jbaruch/springbatch-over-mongodb project, it looks discontinued, but it might give you a better start

like image 88
Michael Pralow Avatar answered Sep 20 '22 17:09

Michael Pralow


I have a github project which enhanced JBaruch's Springbatch-over-mongodb to newer versions of

  • Spring framework (4+)
  • Spring-batch (3+)
  • Mongo DB driver: 2.11.2

https://github.com/vfouzdar/springbatch-mongoDao

Though I have tested it and have a upgraded almost all of junits from JBaruch's project but it is still under BETA phase. If somebody is interested then s/he can give a try.

like image 36
Vaibhav Fouzdar Avatar answered Sep 19 '22 17:09

Vaibhav Fouzdar