Spring batch metadata tables in mongo database

I tried to have spring package metadata tables in Mongo database, but it doesn't work correctly. I have referenced and used the github project mentioned below to set up a JobRepository to store job data in Mongodb. This GitHub project has been updated for the last 3 years and looks discontinued.

https://github.com/vfouzdar/springbatch-mongoDao https://jbaruch.wordpress.com/2010/04/27/integrating-mongodb-with-spring-batch/

Currently my application is using in-memory tables for spring batch and functional part. But I want the job data to be stored in Mongodb. I've already used Mysql for spring data batch job, but my current application doesn't need mysql.

If anyone has any other solution / link that can help me please share.

+3


source to share





All Articles