Skip to content

Commit 718dddc

Browse files
authored
Update comment
1 parent d1a2105 commit 718dddc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
![Java CI](https://github.com/valb3r/springbatch-neo4j-adapter/workflows/Java%20CI/badge.svg?branch=master)
22
[![codecov](https://codecov.io/gh/valb3r/springbatch-neo4j-adapter/branch/master/graph/badge.svg)](https://codecov.io/gh/valb3r/springbatch-neo4j-adapter)
33

4+
# Description
5+
6+
Provides Spring-batch **JobRepository** and related metadata persistence in Neo4J.
47

58
# Purpose
69

710
Currently, the support of NoSQL databases in Spring-Batch is limited to ItemReader/ItemWriter for Neo4j and Mongo.
8-
This means that to persist state of Spring-Batch job you would need to have an RDMBS database even if you don't need it.
11+
This means that to persist state of Spring-Batch job you would need to have an RDMBS database even if you don't need it as there is no `JobRepository` persistence adapter available.
912
See these open tickets:
1013

1114
- https://github.com/spring-projects/spring-batch/issues/877

0 commit comments

Comments
 (0)