External Sample Projects
========================
Here are some external sample projects created by Akka's users.
Camel in Action - Akka samples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Akka samples for the upcoming Camel in Action book by Martin Krasser.
``_
CQRS impl using Scalaz and Akka
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
An implementation of CQRS using scalaz for functional domain models and Akka for event sourcing.
``_
Example of using Comet with Akka Mist
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Movie store
^^^^^^^^^^^
Code for a book on Scala/Akka.
Showcasing Remote Actors.
``_
Estimating Pi with Akka
^^^^^^^^^^^^^^^^^^^^^^^
``_
Running Akka on Android
^^^^^^^^^^^^^^^^^^^^^^^
Sample showing Dining Philosophers running in UI on Android.
``_
``_
Remote chat application using Java API
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Remote chat application using Java API
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
A sample chat application using the Java API for Akka.
Port of the Scala API chat sample application in the Akka repository.
``_
Sample parallel computing with Akka and Scala API
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Bank application
^^^^^^^^^^^^^^^^
Showcasing Transactors and STM.
``_
Ant simulation 1
^^^^^^^^^^^^^^^^
Traveling salesman problem. Inspired by Clojure's Ant demo. Uses SPDE for GUI. Idiomatic Scala/Akka code.
Good example on how to use Actors and STM
``_
Ant simulation 2
^^^^^^^^^^^^^^^^
Traveling salesman problem. Close to straight port by Clojure's Ant demo. Uses Swing for GUI.
Another nice example on how to use Actors and STM
``_
The santa clause STM example by SPJ using Akka
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka trading system
^^^^^^^^^^^^^^^^^^^
``_
Snowing version of Game of Life in Akka
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka Web (REST/Comet) template project
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
A sbt-based, scala Akka project that sets up a web project with REST and comet support
``_
Various samples on how to use Akka
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
From the May Chciago-Area Scala Enthusiasts Meeting
``_
Absurd concept for a ticket sales & inventory system, using Akka framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka sports book sample: Java API
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Sample of using the Finite State Machine (FSM) DSL
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka REST, Jetty, SBT template project
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Great starting point for building an Akka application.
``_
Samples of various Akka features (in Scala)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Fork at ``_
A sample sbt setup for running the akka-sample-chat
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka Benchmark project
^^^^^^^^^^^^^^^^^^^^^^
Benches Akka against various other actors and concurrency tools
``_
Typed Actor (Java API) sample project
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka PI calculation sample project
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka Vaadin Ice sample
^^^^^^^^^^^^^^^^^^^^^^
``_
Port of Jersey (JAX-RS) samples to Akka
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka Expect Testing
^^^^^^^^^^^^^^^^^^^
``_
Akka Java API playground
^^^^^^^^^^^^^^^^^^^^^^^^
``_
Family web page build with Scala, Lift, Akka, Redis, and Facebook Connect
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
An example of queued computation tasks using Akka
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
The samples for the New York Scala Enthusiasts Meetup discussing Akka
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
``_
Container managed thread pools for Akka Dispatchers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
"Lock" Finite State Machine demo with Akka
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Template w/ Intellij stuff for random akka playing around (with Bivvy)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Akka chat using Akka Java API by Mario Fusco
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Projects using the removed Akka Persistence modules
===================================================
Akka Terrastore sample
^^^^^^^^^^^^^^^^^^^^^^
``_
Akka Persistence for Force.com
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_
Template for Akka and Redis
^^^^^^^^^^^^^^^^^^^^^^^^^^^
``_