All Projects → akka → akka-quickstart-scala.g8

akka / akka-quickstart-scala.g8

Licence: other
A minimal seed template for an Akka with Scala build

Programming Languages

scala
5932 projects

Labels

Projects that are alternatives of or similar to akka-quickstart-scala.g8

Akka
Examples and explanations of how Akka toolkit works
Stars: ✭ 20 (-61.54%)
Mutual labels:  akka
jwt-akka-http
An example how to implement a very simple authentication and authorization with Akka HTTP. Related to https://blog.codecentric.de/en/2017/09/jwt-authentication-akka-http
Stars: ✭ 23 (-55.77%)
Mutual labels:  akka
akka-log4j
Logging backend for Akka based on Log4j
Stars: ✭ 28 (-46.15%)
Mutual labels:  akka
akka-http-circe-json-template
Akka HTTP REST API Project Template using Akka HTTP 10.0.4 with Circe 0.7.0 targeting Scala 2.12.x
Stars: ✭ 21 (-59.62%)
Mutual labels:  akka
generator-jvm
Generate JVM (java, kotlin, scala) project with gradle / maven / sbt build systems and docker / docker-compose for rapid development
Stars: ✭ 40 (-23.08%)
Mutual labels:  akka
ecommerce
A project for exploring Akka with Scala
Stars: ✭ 24 (-53.85%)
Mutual labels:  akka
kotlin-akka
Akka-Kotlin sample, and support library.
Stars: ✭ 25 (-51.92%)
Mutual labels:  akka
powerapi-scala
PowerAPI is a middleware toolkit for building software-defined power meters
Stars: ✭ 70 (+34.62%)
Mutual labels:  akka
akkordeon
training neural networks with akka
Stars: ✭ 51 (-1.92%)
Mutual labels:  akka
Akka.Persistence.PostgreSql
Akka.Persistence.PostgreSql provider
Stars: ✭ 32 (-38.46%)
Mutual labels:  akka
akka-microservice
Example of a microservice with Scala, Akka, Spray and Camel/ActiveMQ
Stars: ✭ 45 (-13.46%)
Mutual labels:  akka
cassandra.realtime
Different ways to process data into Cassandra in realtime with technologies such as Kafka, Spark, Akka, Flink
Stars: ✭ 25 (-51.92%)
Mutual labels:  akka
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+7857.69%)
Mutual labels:  akka
akka-cluster-minimal
Akka Cluster - absolute minimal
Stars: ✭ 16 (-69.23%)
Mutual labels:  akka
akka-periscope
Akka plugin to collect various data about actors
Stars: ✭ 16 (-69.23%)
Mutual labels:  akka
play-grpc
Play + Akka gRPC
Stars: ✭ 31 (-40.38%)
Mutual labels:  akka
nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 1,003 (+1828.85%)
Mutual labels:  akka
atomic-store
Atomic event store for Scala/Akka
Stars: ✭ 17 (-67.31%)
Mutual labels:  akka
AusweisBot
Telegram bot to generate self-authorizations for moving around during covid-19 pandemic in France
Stars: ✭ 13 (-75%)
Mutual labels:  akka
akka-mock-scheduler
A mock Akka scheduler to simplify testing scheduler-dependent code
Stars: ✭ 86 (+65.38%)
Mutual labels:  akka

Akka Quickstart with Scala

Quickstart guide

This example is described in the Akka Quickstart with Scala guide

The Hello World example illustrates Akka basics. Within 30 minutes, you should be able to download and run the example and use this guide to understand how the example is constructed. This will get your feet wet, and hopefully inspire you to dive deeper into the wonderful sea of Akka!

Giter8 template

It can also be used as a Giter8 template for Akka with Scala.

Prerequisites:

Open a console and run the following command to apply this template:

sbt -Dsbt.version=1.3.6 new akka/akka-quickstart-scala.g8

This template will prompt for the name of the project. Press Enter if the default values suit you.

Once inside the project folder, run the application with:

sbt run

Template license

Written in 2019 by Lightbend, Inc.

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].