Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lagom Framework (Features (Environments (Production (ConductR),…
Lagom Framework
Reactive framework
Scala
Java
Built on top of Lightbend's
Akka Toolkit
Play Framework
Features
Open Source
Microservice Architecture
Environments
Development
Production
ConductR
Persistence
C
ommand
Q
uery
R
esponsibility
S
egregation (CQRS)
E
vent
S
ourcing
sbt runAll
embedded
Cassandra
-Data Store
Kafka
- Message broker
Architecture
High level Components
Service API
define the Lagom Framework-based API and its implementation
Persistence APi
store our Reactive System's persistent entities into a data store using the CQRS/ES technique.
Message Broker API
support the
Publish/Subscribe model
using Topic.
Development and Production Env