• This repository has been archived on 12/Feb/2019
  • Stars
    star
    105
  • Rank 316,772 (Top 7 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cargo tracker sample application for Lagom

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.