Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvz/lagom-example

Example usage of the Lagom Framework for writing Java-based microservices
https://github.com/jvz/lagom-example

akka blog-microservice java lagom lagom-framework microservice play-framework reactive reactive-programming

Last synced: 3 months ago
JSON representation

Example usage of the Lagom Framework for writing Java-based microservices

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/jvz/lagom-example.svg?branch=master)](https://travis-ci.org/jvz/lagom-example)

This repository contains the source code for an example blog microservice
using the Lagom framework. Also included are code examples from the sample
project generated by the Lagom Maven archetype.

Look inside `blog-api` for the microservice API, and `blog-impl` contains the
implementation code.

This repository is explained in my [blog post about Lagom][lagom].

To run, execute:

mvn lagom:runAll

The REST APIs from all microservices are aggregated onto port 9000. Port 8000
contains the service locator REST API from Lagom.

[lagom]: http://musigma.org/java/2016/11/14/lagom.html