Go to file
2014-03-06 15:37:13 -08:00
2014-02-19 17:48:28 -08:00
2014-03-06 15:37:02 -08:00
2014-02-18 12:01:20 -08:00
2014-02-19 10:39:35 -08:00

Overview

mon-api is a RESTful API server that is designed with a layered architecture layered architecture.

Usage

mvn package
java -jar target/mon-api.jar server config-file.yml

Design Overview

Architectural layers

  • Resource
    • Serves as the entrypoint into the service.
    • Responsible for handling web service requests, and performing structural request validation.
  • Application
    • Responsible for providing application level implementations for specific use cases.
  • Domain
    • Contains the technology agnostic core domain model and domain service definitions.
    • Responsible for defining state transitions.
  • Infrastructure
    • Contains technology specific implementations of domain services.
Description
RETIRED, Monasca Events REST API
Readme 3.4 MiB