Skip to content

dmakhmutov/async_architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async_architecture

The first attempt of creating microservice architecture miro

To run message broker: docker compose up

Auth service:

cd auth
bundle exec rails s

Tasks service:

cd tasks
bundle exec rails s -p 3001
bundle exec karafka server

Accounting service:

cd accounting
bundle exec rails s -p 3002
bundle exec karafka server

Analytics service:

cd analytics
bundle exec rails s -p 3003
bundle exec karafka server

hints

localhost:3000/oauth/applications - oauth app managment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published