Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
/ akka-blog-example Public archive

Example on implementing a simple blog microservice using Akka and Scala

License

Notifications You must be signed in to change notification settings

jvz/akka-blog-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains sample code for implementing a trivial blog microservice using Akka and Scala. The ideas being demonstrated here include CQRS and event sourcing, actors, and various Scala syntax concepts. Some inspiration for Akka-related patterns used here are from the Akka in Action source code.

See my blog post for more information. This project uses SBT and can be run by simply executing:

sbt run

This will run an HTTP server on port 8080 by default. This can be configured by the application.conf file.

About

Example on implementing a simple blog microservice using Akka and Scala

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages