OpenLegacy's no-code application allows integration to REST APIs
638
OpenLegacy's Digital-Driven Integration enables organizations with legacy systems to release new digital services faster and easier than ever before. Connecting directly to even the most complex core systems, OpenLegacy automatically generates the digital-ready components needed to integrate legacy assets into new exciting innovations. With OpenLegacy, industry-leading companies release new apps, features, and updates while spending a fraction of the time and resources, so they quickly and easily become digital to the core.
More information can be found at: openlegacy.com
This image contains an OpenLegacy no-code application that allows simple configuration-based integration to AS/400 systems.
$ docker run --name some-rest -d -v /temp/config/config.json:/app/config/config.json -p 8080:8080 openlegacy/rest
Configuration can be provided via volumes like the example above or by adding config.json as an environment variable.
8080/openapi/openapi.yml/openapi{
"source-provider": {
"type": "HUB",
"hub": {
"project-name": "my-project",
"api-key": "..."
}
}
}
License is required to run this image. For HUB users the license is fetched automatically on startup.
License can also be supplied in the json configuration:
{
"license": "..."
}
Content type
Image
Digest
Size
115.3 MB
Last updated
over 5 years ago
docker pull openlegacy/rest