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
- Host: GitHub
- URL: https://github.com/romanow/data-migration-lib
- Owner: Romanow
- License: mit
- Created: 2025-06-08T20:07:44.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-06-16T09:14:38.000Z (4 months ago)
- Last Synced: 2025-06-16T10:27:39.401Z (4 months ago)
- Topics: database-migration, elt, spring-batch
- Language: Kotlin
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Romanow/data-migration-lib/actions/workflows/build.yml)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/Romanow/data-migration-lib/releases/latest)
[](https://codecov.io/gh/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"
```