Welcome to Lagom
Getting started with Lagom
- Introduction and prerequisites
- Creating and running Hello World
- Understanding Hello World
- Learning more from Lagom examples
Lagom core concepts
- Introduction to Lagom concepts
- Lagom design philosophy
- Polyglot systems with Lagom
- Development environment overview
- Lagom build philosophy
- Component technologies
- API Overview
- Designing your microservices system
- Sizing individual microservices
- Internal and external communication
- Registering and discovering services
- Using Immutable Objects
- Managing data persistence
- Advantages of Event Sourcing
- Separating reads from writes
- Deploying scalable, resilient systems
Lagom reference guide
- Reference Guide
- Configuring builds and the development environment
- Running Lagom in development
- Writing Lagom services
-
Writing persistent and clustered services
- Domain Modelling with Akka Persistence Typed
- Migrating to Akka Persistence Typed
- Persistent Entity (classic)
- Choosing a Database
- Cassandra Setup
- Relational Database Setup
- Persistent Read-Side
- Cassandra Read-Side Support
- Relational Database Read-Side Support
- JDBC Read-Side Support
- Slick Read-Side Support
- Publish-Subscribe
- Cluster
- Serialization
- Serialization using Play JSON
- Serialization using Akka Jackson
- Projections
- Decouple services with a message broker
- Running Lagom in production
- Logging
- Advanced topics