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
- Host: GitHub
- URL: https://github.com/emcecs/ecs-sync
- Owner: EMCECS
- License: apache-2.0
- Created: 2014-09-03T19:31:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T14:16:48.000Z (over 1 year ago)
- Last Synced: 2025-03-22T18:57:06.409Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 3.51 MB
- Stars: 63
- Watchers: 40
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```