IBM-Data-Merge-Utility-REST

A Rest Service based on the IDMU Utility

View the Project on GitHub

IBM Data Merge Utility v4.0.0 - REST

Overview

NOW IN BETA!

IDMU-REST exposes the IBM Data Merge Utility as a set of Restful Services

  1. IDMU Project - Core IDMU Project
  2. IDMU Users Guide
  3. IDMU-CLI Project - Command Line merge tool

Fast Start

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 Also

  1. Releases
  2. IDMU Project
  3. Project Swagger
  4. Template Json Schema