Overview
IDMU-REST exposes the IBM Data Merge Utility as a set of Restful Services
- IDMU Project - Core IDMU Project
- IDMU Users Guide
- IDMU-CLI Project - Command Line merge tool
docker run -d -p 9080:9080 -p 9443:9443 --name idmu flatballflyer/idmu:latest
sleep 15
curl localhost:9080/idmu/Group
The server may take a few seconds to come up, if the curl command doesn't return this, check the "docker logs idmu"
[
"system",
"intro"
]
To access and run samples (requires git)
git clone https://github.com/FlatBallFlyer/IBM-Data-Merge-Utility-REST.git
cd IBM-Data-Merge-Utility-REST/src/test/resources/performance/
./testPerformance.sh localhost:9080/idmu
This should execute a series of scripts that load and execute merges. Still Testing, Some errors during validation are expected
- see src/test/resources/performance/readme for an overview these tests