ziben / activator-lagom-cargotracker

Cargo tracker sample application for Lagom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lagom-cargotracker

A cargo tracker application built with Lagom.

The core concepts of reactive microservices have been introduced by Jonas Bonér in his report Reactive Microservices Architecture. Lagom is the implementation of the described concepts. To find a good example to implement a Microservices based system with Lagom, we just needed to look into Eric Evans' book Domain-Driven Design: Tackling Complexity in the Heart of Software and use the discussed example, the Cargo Tracker. The example in this repository follows this idea and is meant to be a starting point to build a full blown Lagom based cargo tracker.

Further Readings

Community Contributions

Contributions welcome! Feel free to fork the example and help to build it out.

License

This software is licensed under the Apache 2 license, quoted below.

Copyright (C) 2016 Lightbend Inc. (https://www.lightbend.com).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Cargo tracker sample application for Lagom

License:Apache License 2.0


Languages

Language:Java 58.5%Language:CSS 25.4%Language:JavaScript 11.4%Language:Scala 3.0%Language:HTML 1.8%