Modules of Lagom Framework
Lagom Framework is a modular framework. It is divided into different modules, as we will see further.
Lagom Core modules
The following are the Lagom Core modules:
lagom-api
lagom-client
lagom-server
lagom-spi
lagom-core-testkit
Lagom Scala Core modules
The following are the Lagom Scala Core modules:
lagom-scaladsl-api
lagom-scaladsl-client
lagom-scaladsl-server
lagom-scaladsl-testkit
lagom-scaladsl-dev-mode
lagom-scaladsl-play-json
Lagom Persistence modules
The following are the Lagom Persistence modules:
lagom-persistence-core
lagom-persistence-cassandra-core
lagom-scaladsl-persistence
lagom-scaladsl-persistence-cassandra
Lagom Clustering modules
The following are the Lagom Clustering modules:
lagom-cluster-core
lagom-scala-cluster
Lagom Kafka modules
The following are the Lagom Kafka modules:
lagom-kafka-broker
lagom-kafka-client
lagom-scaladsl-broker
lagom-scaladsl-kafka-broker
lagom-scalkafka-scaladsl-client
Lagom logging module
The Lagom Logging module islagom-lagback
.
Note
If you want to look...