akka-docs/src/main/paradox/project/examples.md
The following example projects can be downloaded. They contain build files and have instructions of how to run.
The Quickstart sample is described in @refIntroduction to Actors and walks you through example code that introduces how to define actor systems, actors, and messages.
This project contains a Dining Hakkers sample illustrating how to model a Finite State Machine (FSM) with actors.
This project contains samples illustrating different Cluster features, such as subscribing to cluster membership events, and sending messages to actors running on nodes in the cluster with Cluster aware routers.
It also includes Multi JVM Testing with the sbt-multi-jvm plugin.
This project contains several samples illustrating how to use Distributed Data.
This project contains a KillrWeather sample illustrating how to use Cluster Sharding.
The @extrefMicroservices with Akka tutorial contains a Shopping Cart sample illustrating how to use Event Sourcing and Projections together. The events are consumed by even processors to build other representations from the events, or publish the events to other services.
The @extrefAkka Distributed Cluster Guide illustrates how to use @ref:Replicated Event Sourcing that supports active-active persistent entities.
This project demonstrates how to use the External Shard Allocation strategy to co-locate the consumption of Kafka partitions with the shard that processes the messages.