This repository contains very, very basic Lagom framework samples.
As useful as the official samples are, I wanted to put together some even simpler samples of my own to clarify my understanding.
Lagom is an open source framework for building reactive microservice systems in Java or Scala.
- KeyValue: a basic implementation of a Key/Value store, using Lagom's Service Descriptor. Set a Value for a Key, and Get a Value for a Key. Read this
As per the official samples, to run these you will need:
- a git client
- sbt or Maven depending on the example.
- a Java Development Kit
Clone the whole repository, cd to the sample, and check the README.md there.