Sign inSign up

openlegacy/oracle

By openlegacy

Updated over 5 years ago

Image
0

10K+

openlegacy/oracle repository overview

What is OpenLegacy

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

What is this image

This image contains an OpenLegacy no-code application that allows simple configuration-based integration to Oracle DB.

How to use this image

Start the application

$ 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.

Configuration

Defaults
  • Port: 8080
  • OpenAPI endpoint: /openapi/openapi.yml
  • Swagger UI endpoint: /openapi
Example
{
  "source-provider": {
    "type": "HUB",
    "hub": {
      "project-name": "my-project",
      "api-key": "..."
    }
  }
}
License

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": "..."
}

Tag summary

Content type

Image

Digest

Size

116.4 MB

Last updated

over 5 years ago

docker pull openlegacy/oracle