Git Product home page Git Product logo

legacy's Introduction

Legacy migration by means of microservices

Introduction

This repository was created to demonstrate how migration of legacy systems can be done without the standard ETL approach.

Set-up

You will be trying to run some enterprise systems that were never meant for containers, have some patience and remember, legacy systems are very

Oracle setup

First of all big shout out to the most developer friendly database in the world. This is the only reason, why Oracle is the only database that requires a special guide on how to setup

  1. Download file for corresponding version here. For this example version 12.1.0.1 was tested. And you need an Oracle account by the way. File itself is several GBs
  2. Put the file in the corresponding folder, e.g. for version 12.1.0.1, it should go to /init-db/account/images/OracleDatabase/SingleInstance/dockerfiles/12.2.0.1.
  3. Build the image by running the following command:
./buildDockerImage.sh -v 12.2.0.1 -s
  1. Verify that you have image available by running: docker images, you should see oracle/database image

Key configurations

Data folder

Data folder is located in repo - /data of the repository, do mind the size of it. It was done to somehow speed up startup, otherwise it takes ages to allocate all database files. If you want to start from scratch, clean all sub-folders

Credentials

WARNING: Never store credentials in plain text in repository or somewhere else. This is a test example and has no intention to be for productive use

  1. Oracle/Account:
    • username: analyst
    • password: analyst
  2. TX/Postgres
    • username: db2inst1
    • password: admin
  3. CRM/DB2
    • username: postgres
    • password: postgres

Startup

To get started run the docker-compose:

docker-compose up

legacy's People

Contributors

neatnerd avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.