/lagom-basic

Very basic sample code for exploring Lagom framework

Primary LanguageScalaOtherNOASSERTION

Very basic Lagom Samples

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.

Samples index

  • 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

Pre-requisites

As per the official samples, to run these you will need:

  1. a git client
  2. sbt or Maven depending on the example.
  3. a Java Development Kit

Using these examples

Clone the whole repository, cd to the sample, and check the README.md there.