mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

Tips on getting started with the v1 API #296

Closed dstibrany closed 6 years ago

dstibrany commented 7 years ago

I'm having a hard time getting started with the v1 API. The v0 example scheduler was easier to understand and provided a nice minimal skeleton for experimenting/learning how to build frameworks.

I get that the primary goal is to provide a low-level API, but I'm wondering if anyone has any examples similar to the v0 example scheduler or tips on how I can build something similar. My initial goal is to simply register a new framework and listen for/handle events.

jdef commented 7 years ago

agreed. a super-simple scheduler example is needed

jdef commented 7 years ago

minimal scheduler example in #301

dstibrany commented 7 years ago

Amazing, ty.