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?

link|improve this question

Great question, i'd be interested to find out too.. – ltfishie Feb 11 at 0:03
I would use SpringBatch over HSQL DB: more robust and proved solution. You want to share Mnogo DB with other project components? – dma_k Feb 12 at 14:02
@dma_k - i'd be willing to try the HSQL since it's got a good track record, but my other components use mongoDB and i like the document-oriented and javascript-powered capabilities – RubyTuesdayDONO Feb 13 at 15:52
feedback

1 Answer

up vote 2 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.