Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jvz/lagom-example
- Owner: jvz
- License: apache-2.0
- Archived: true
- Created: 2016-11-08T16:37:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T20:37:53.000Z (almost 8 years ago)
- Last Synced: 2024-07-16T08:43:00.259Z (4 months ago)
- Topics: akka, blog-microservice, java, lagom, lagom-framework, microservice, play-framework, reactive, reactive-programming
- Language: Java
- Size: 64.5 KB
- Stars: 20
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list-microservice - lagom-example - based microservices (reactive)
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