Skip to content

geovaneshimizu/outbox-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outbox pattern

Sample implementation of the Transactional Outbox pattern.

Running

Infrastructure dependencies

  • AWS SNS and SQS
  • PostgreSQL 12.5
docker-compose up

Applications

  • order-service
cd order-service
docker build -t order-service .
docker run --rm -it --network host order-service
  • subscription-service
cd subscription-service
docker build -t subscription-service .
docker run --rm -it --network host subscription-service

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published