description Lagom Framework Overview
Lagom is an open-source framework developed by Lightbend for building microservices and reactive systems, supporting both Java and Scala programming languages. It builds on Akka for concurrency and the Play Framework, with integrated support for Apache Kafka and Cassandra for event streaming and persistence. Lagom provides opinionated patterns for service composition, persistent entities, and message brokering, targeting development teams building distributed applications.
help Lagom Framework FAQ
What is Lagom Framework used to build?
Lagom is an open-source framework for building microservices and reactive systems. It provides patterns for splitting an application into services that can handle asynchronous work and communicate with one another.
Which programming languages does Lagom support?
Lagom supports Java and Scala, allowing teams to use either language within its service framework. Lightbend built it on the Play Framework and Akka.
What are Kafka and Cassandra used for in Lagom?
Lagom integrates Apache Kafka for event streaming and Cassandra for distributed data storage. That pairing supports event-driven services that publish messages and keep data across service instances.
How is Lagom connected to Akka and Play?
Akka supplies concurrency and reactive runtime ideas, while Play provides the web application foundation. Lagom combines those pieces with service-oriented tooling for Java and Scala microservices.
explore Explore More
Similar to Lagom Framework
ui.x_see_all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.