Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/akka-examples

my akka playgrounds...
https://github.com/daggerok/akka-examples

akka akka-actors asciidoctor docker gradle kotlin maven sbt sbt-assembly sbt-plugin

Last synced: 5 days ago
JSON representation

my akka playgrounds...

Awesome Lists containing this project

README

        

= akka-examples image:https://github.com/daggerok/akka-examples/actions/workflows/ci.yaml/badge.svg["Build Status", link="https://github.com/daggerok/akka-examples/actions/workflows/ci.yaml"]

//image:https://travis-ci.org/daggerok/akka-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/akka-examples"]

//tag::content[]

This repository contains Akka playground projects examples.

link:https://daggerok.github.io/akka-examples[Documentation]

- link:./an-akka-test/[actors testing]
- link:./a-config-akka-example/[akka config]
- link:./a-distributed-word-counter-example/[parallel word counter]
- link:./an-actor-selection-example/[actor selections]
- link:./a-bank-account-example/[bank account]
- link:./a-counter-example/[counter]
- link:./a-self-example/[send message to self]
- link:./a-ping-pong-example/[ping-pong]
- link:./a-logger-example/[Logger sbt akka starter]
- link:./a-simple-example/[Simplest sbt akka starter]

- link:./hello-world/[Basic actor]
- link:./idea-scala-sbt-project[Learning Akka projects]
- link:./another-akka-try[ping-pong: yet another java gradle / maven docker akka jar...]
- link:./java-gradle-maven-docker-starter[java (gradle / maven) starter in docker]
- link:./kotlin-gradle-maven-docker-starter[kotlin (gradle / maven) starter in docker]
- link:./scala-gradle-maven-docker-starter[scala (gradle / maven) starter in docker]

_other repositories_

- link:https://github.com/daggerok/akka-persistence-json-serializaer-example[Akka Persistence | Scala | Jackson JSON Serialization | SBT GitHub: daggerok/akka-persistence-json-serializaer-example]

TODO:
- spring-boot + akka link:https://www.linkedin.com/pulse/spring-boot-akka-part-1-aliaksandr-liakh[1] and link:https://www.linkedin.com/pulse/spring-boot-akka-part-2-aliaksandr-liakh[2]

//end::content[]