Reference Guide

ยงLagom reference guide

Configuring builds and the development environment

  1. Defining a Lagom build
  2. Splitting a system into multiple builds
  3. Importing an existing Maven project into Eclipse
  4. Creating a new Maven Eclipse project with the Lagom archetype
  5. Importing an sbt project into Eclipse
  6. Importing an existing Maven Project into Intellij
  7. Importing an sbt project into Intellij
  8. Set up Immutables in your IDE
  9. Increase memory for sbt and Maven
  10. Using a newer version of Akka and Play Framework

Running Lagom in development

  1. Development Environment
  2. Running Services
  3. How are Lagom services configured in development?
  4. Service Locator and Service Gateway
  5. Cassandra Server
  6. Kafka Server

Writing Lagom services

  1. Service descriptors
  2. Implementing services
  3. Service Metadata
  4. Consuming services
  5. Testing Services
  6. Message serializers
  7. Header Filters
  8. Error handling
  9. Additional Routers

Writing persistent and clustered services

  1. Domain Modelling with Akka Persistence Typed
  2. Migrating to Akka Persistence Typed
  3. Persistent Entity (classic)
  4. Choosing a Database
  5. Cassandra Setup
  6. Relational Database Setup
  7. Persistent Read-Side
  8. Cassandra Read-Side Support
  9. Relational Database Read-Side Support
  10. JDBC Read-Side Support
  11. JPA Read-Side Support
  12. Publish-Subscribe
  13. Cluster
  14. Serialization
  15. Projections

Decouple services with a message broker

  1. Message Broker Support
  2. Message Broker API
  3. Lagom Kafka Client
  4. Message Broker Testing

Running Lagom in production

  1. Production Overview
  2. Akka Discovery Integration
  3. Lightbend Platform

Logging

  1. Logging
  2. Configuring Logging

Advanced topics

  1. Integrating with Akka
  2. Integrating with non Lagom services

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.