/coreos-example-application

Example CoreOS Application

Primary LanguageScalaApache License 2.0Apache-2.0

Distributed Microservice Framework for CoreOS

This is an example (modular) framework for building distributed microservice applications.

Example implementations of this framework are present on the following branches:

  • helloworld
    • this branch implements a distributed "Hello World" style application - see its README for more information.
  • lift
    • this branch implements (most) of the Lift application by Jan Machacek - see its README for more information.