Skip to content

ermathias/tdc-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdc-2019

API Composition - A Microservices Pattern

Microservices patterns from Chris Richardson's Microservices Patterns book.

Once you apply the Database Per Service pattern, you may face a challenge to "join" data from different databases.

The API Composition pattern addresses this by combining 2 (or more) services by joining their APIs.

In this example, I have implemented the pattern using Project Reactor and WebClient from Spring Webflux.

About

API Composition - A Microservices Pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages