A Rest Service based on the IDMU Utility
Overview
IDMU-REST exposes the IBM Data Merge Utility as a set of Restful Services
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