Skip to content

nikodemin/mobile_operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile operator

This is a sharding application containing 2 types of persistent sharding actors. First represent user and second one - account of the mobile operator.

Used Technologies

  • akka-persistence
  • akka-sharding
  • akka-projection
  • tapir
  • slick

How to Run

  • start cassandra using sudo docker run -p 9042:9042 cassandra
  • start postgres on port 5432
  • run sbt universal:stage
  • go to nodes/cmd1 directory and run ./run.sh
  • go to nodes/query1 directory and run ./run.sh
The Swagger UI will be available on http://localhost:9091/docs and http://localhost:9093/docs

About

Simple scala sharding app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published