-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Framework specification #55
Comments
RQ
|
I wanted to create a framework for Jupyter Notebooks as well, Juyter
For dask there was an example already create by Mrocklin I think no? We can reuse that I guess. For RQ, do you mean we also spin up a redis instance and things or we completely remove redis from the picture and do what the current satyr implementation did for running arbitrary python functions somewhere? There is also this: https://github.com/tobilg/mesos-framework/blob/master/examples/ |
For RQ without redis. Mrockling had an example for running distributed on top of marathon which I've ported to daskathon. |
I think yes, I was a bit busy lately, but I will try to work on it a bit in the next few days |
I have another use case. Right now we're moving to https://clickhouse.yandex/ |
We should define a couple of frameworks which would implemented via mentor. A good starting point can be already implemented ones from here and here.
Write them in pure mentos (the core concepts are enough), then refactor to generalize the common parts.
There are a couple of domains we should cover:
I think each of these have different needs.
The text was updated successfully, but these errors were encountered: