Skip to content

Examples and explanations of how Akka toolkit works

Notifications You must be signed in to change notification settings

politrons/Akka-Features

Repository files navigation

Author Pablo Perez Garcia

My image

Most common features of Akka ecosystem of lightbend

Actors

My image

To run test execution Here

Akka actor typed

Typed Actor

My image

To run test execution Here

Persistence

My image

To run test execution Here

Stream

My image

Http

My image

To run test execution Here

Distributed Data

My image

To run test execution Here

Features

My image

Http Stream

Example of Akka http server running with Akka Stream together

My image