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

https://github.com/emcecs/ecs-sync

ecs-sync is a bulk copy utility that can move data between various systems in parallel
https://github.com/emcecs/ecs-sync

Last synced: over 1 year ago
JSON representation

ecs-sync is a bulk copy utility that can move data between various systems in parallel

Awesome Lists containing this project

README

          

ecs-sync
=========

ecs-sync is a bulk copy utility that can move data between various systems in parallel

For more information, please see the [wiki](https://github.com/EMCECS/ecs-sync/wiki)

Dependency Updates
=========

To check for updated dependency versions across all modules, use the [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin):
```shell
./gradlew dependencyUpdates
```