You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is used to teach the basics of core Akka.
Chapter 1
Create a database actor called DbActor that stores values of type Any in a Map, indexed by a key of type String.
The actor should be created in the actor.db package.