Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Strangler Nodejs Example

Simple demo application showing how legacy system can be re written using strangler pattern.
old_pattern folder contains legacy system and revised_pattern contains same system but using strangler pattern.

Prerequisites

You will need the following things properly installed on your laptop/pc.

Installation

  • git clone <repository-url> this repository
  • change into the old_pattern directory to run legacy system
  • docker-compose up -d
  • change into the revised_pattern directory to run strangle pattern system
  • docker-compose up -d
  • to stop the docker run docker-compose up -d

Running / Development

Releases

Packages

Used by

Contributors

Languages