ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

REST API #452

Closed adam-sandor closed 7 years ago

adam-sandor commented 8 years ago

Create a RESTful API module for Minimesos that will be the universal controller for all actions and verifications done on the cluster. This will make Minimesos usable from any language with only a thin client library required.

The API would be a long-lived container started with minimesos up replacing the current short-lived minimesos container. In the new architecture both the Java API and CLI would only be clients to this API which would encapsulate all the core logic that is directly called now.

restapi

frankscholten commented 7 years ago

Closing for now.