Skip to content

rdwivedi/cqrs-akka-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Setup Instructions

create two schemas

  • merchant
  • merchant-read

create merchant table in merchant schema with column id int(10), name varchar (100) and vertical varchar (100)

create merchant-read table in merchant-read schema with column id int(10), name varchar (100) and vertical varchar (100)

About

CQRS Akka Demo V1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages