Quickstarts
This section of the documentation is all about giving you a flying start with Akka Serverless and getting you building stateful serverless services as quickly as possible.
To get started, the most important part is creating an Akka Serverless account. You’ll also need the Akka Serverless CLI and Docker 20.10.8 or higher installed on your machine.
Build and deploy your own
Follow the step-by-step instructions or download the project sources:
Java
-
Customer Registry: Build a Java-based service that stores customer data in a Value Entity.
-
Customer Registry (with Views): Build a Java-based View that makes it possible to query customer data by other properties than the entity key.
-
Customer Registry (with Kafka): Build a Java-based Action that makes it possible to forward to a Kafka topic events received by the Value Entity.
-
Shopping Cart: Build a Java-based shopping cart service that stores data in an Event Sourced Entity.
Scala
-
Customer Registry: Build a Scala-based service that stores customer data in a Value Entity.
JavaScript
-
Customer Registry: Build a JavaScript-based service that stores customer data in a Value Entity.
-
Shopping Cart: Build a JavaScript-based shopping cart service that stores data in an Event Sourced Entity.
Watch videos
To get started without writing code, check out these videos that guide you through the steps to build a Value Entity based service