Fork me on GitHub
#onyx
<
2017-08-16
>
michaeldrogalis00:08:52

Works for me too.

lxsameer11:08:51

hey lads, is there any mesos integration for onyx ?

mccraigmccraig11:08:52

@lxsameer i'm running onyx on marathon+mesos - it's very straightforward - just run some peer processes on marathon and submit your job to ZK as per usual

lxsameer11:08:22

I'm aware of that but what I meant was is there any mesos framework for onyx ? because the way onyx handles its workers and schedule jobs is really similar to how Mesos works, So I was wonder if there's a mesos framework to use onyx on top of Mesos without using Marathon or any similar framework

mccraigmccraig11:08:07

ah - don't know then

michaeldrogalis15:08:14

@lxsameer There’s not. There’s actually a large difference between how Mesos does scheduling and coordination and how Onyx does it. There’s not a notion of a master that Onyx can implement as an interface to make Mesos work.

michaeldrogalis15:08:29

Fortunately like @mccraigmccraig said, works great on Marathon.

lxsameer15:08:18

cool thanks

aaelony16:08:33

I guess I was expecting a cheatsheet, rather than "choose a feature". I'm using chrome. Was just looking for a simple workflow example I could show a colleague and didn't find it there. I remembered the learn-onyx project though and that had what I was looking for.

aaelony16:08:49

I'm actually finding the workflow section in the user-guide now as well. disregard...

lucasbradstreet16:08:50

onyx-examples is more of a cheat sheet. The cheat sheet is more of a quickly accessible user guide.

lucasbradstreet16:08:58

Neither are really a cheat sheet.

aaelony16:08:52

great, that's what I was after as well.

michaeldrogalis17:08:38

I always had this idea of a reveal.js/deck.js tutorial that visually steps through a workflow, depicts how lifecycles are applied, flow conditions routed, etc, but never had the time to do it.

michaeldrogalis17:08:19

I still think it’d go a long way to helping others understand Onyx’s abstractions if anyone wants to take a shot.