openlegacy/oracle
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 Oracle DB.
$ docker run --name some-oracle -d -v /temp/config/config.json:/app/config/config.json -p 8080:8080 openlegacy/oracle
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": "..."
}
docker pull openlegacy/oracle