An open API service indexing awesome lists of open source software.

https://github.com/romanow/data-migration-lib

Database migration library based on Spring Batch
https://github.com/romanow/data-migration-lib

database-migration elt spring-batch

Last synced: 3 months ago
JSON representation

Database migration library based on Spring Batch

Awesome Lists containing this project

README

          

[![CI](https://github.com/Romanow/data-migration-lib/actions/workflows/build.yml/badge.svg)](https://github.com/Romanow/data-migration-lib/actions/workflows/build.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Release](https://img.shields.io/github/v/release/Romanow/data-migration-lib?logo=github&sort=semver)](https://github.com/Romanow/data-migration-lib/releases/latest)
[![Codecov](https://codecov.io/gh/Romanow/data-migration-lib/branch/master/graph/badge.svg?token=Cckw6pHLh7)](https://codecov.io/gh/Romanow/data-migration-lib)
[![License](https://img.shields.io/github/license/Romanow/data-migration-lib)](https://github.com/Romanow/data-migration-lib/blob/master/LICENSE)

# Batch process for data migration

## Подключение

### Maven

```xml

ru.romanow-alex
data-migration-lib
${data-migration-lib.version}

```

### Gradle

```groovy
testImplementation "ru.romanow-alex:data-migration-lib:$aggregatorByTagsVersion"
```