Skip to content

markusjnagel/solution-pattern-modernization-cdc

 
 

Repository files navigation

Solution patterns for Cloud Native Applications

Modernizing applications by adopting Change Data Capture

All about this solution pattern at:

Summary

This solution pattern brings an architectural solution for scenarios where services integration must happen through data integration and cause no impact to the existing stack.

The architecture demonstrates how Change Data Capture (CDC) design pattern and event-driven architectures supports the extension of existing capabilities with no changes to legacy apps where new features can be delivered by cloud-native microservices and can deliver with zero impact new search capabilities through the integration of legacy and new services with specialized search index services.

Run locally

  1. nvm use 10

  2. npm install

  3. npx gulp

Additional info

This project was generated with a template

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • Handlebars 7.2%
  • Dockerfile 3.4%
  • Shell 2.8%
  • CSS 1.2%