/spring-batch-datomic

Datomic support for Spring Batch

Primary LanguageGroovy

Spring Batch Datomic Support

aims to create ItemReader and ItemWriter implementation for the Datomic database.

WARNING

Early experimental stage, stay tuned.

Installation & Usage

You'll need to download and install Datomic manually:

mvn install:install-file -DgroupId=com.datomic -DartifactId=datomic -Dfile=datomic-${DATOMIC-VERSION}.jar -DpomFile=pom.xml

Then you can run the tests:

cd sb-datomic
./gradlew test

Once this project is ready for prime time I'll publish it in a maven repository somewhere.