This document discusses how to develop applications using the Staged Event Driven Architecture (SEDA) model with Akka. It describes how to decompose an application into stages connected by message queues, and how Akka actors can be used to implement the individual stages. Backpressure is discussed as important to prevent out of memory errors from message backups. Various Akka configuration options are presented for dispatchers, mailboxes, routing, and fault tolerance.