Torus: A Toolkit for Docker-First Data Science
1–10 of 15 posts
Re: Torus: A Toolkit for Docker-First Data Science
#2As another interesting use of Docker in the data space, I'm excited about Pachyderm [0] (though I haven't had the chance to use it in production). In particular, the data provenance story seems compelling.
Re: Torus: A Toolkit for Docker-First Data Science
#3Re: Torus: A Toolkit for Docker-First Data Science
#4I made a hacky version for work that proxies to a k8s pod but first class support would be cool.
Re: Torus: A Toolkit for Docker-First Data Science
#5No to confuse with this other company at https://manifold.io/ (io, not ai) which deprecated their https://www.torus.sh/ project :)
Re: Torus: A Toolkit for Docker-First Data Science
#6This is interesting! It sounds like this v1 gets your local environment up and running in a Docker container. I maintain something similar for analysts on my team, and we've seen success in terms of decreasing time spent on environment setup. As another interesting use of Docker in the data space, I'm excited about Pachyderm [0] (though I haven't had the chance to use it in production). In particular, the data proven…
Very exciting to see more people applying containers to data science.
Re: Torus: A Toolkit for Docker-First Data Science
#7No to confuse with this other company at https://manifold.io/ (io, not ai) which deprecated their https://www.torus.sh/ project :)
https://manifold.co ;-)
Re: Torus: A Toolkit for Docker-First Data Science
#8This is interesting! It sounds like this v1 gets your local environment up and running in a Docker container. I maintain something similar for analysts on my team, and we've seen success in terms of decreasing time spent on environment setup. As another interesting use of Docker in the data space, I'm excited about Pachyderm [0] (though I haven't had the chance to use it in production). In particular, the data proven…
Thanks for the plug saamm, I'm one of the creators of Pachyderm. I think Torus and Pachyderm would work very nicely together. You could go straight from developing code in the image Torus provides to deploying it on Pachyderm as a production pipeline that runs on new data as it comes in with just a few commands. Similarly, their Dockerized data science cookie-cutter could work nicely as a Pachyderm service, this woul…
Re: Torus: A Toolkit for Docker-First Data Science
#9I think a more interesting direction would be for jupyter lab to ship an electron app and have it able to understand how to spin up and talk to containerized kernels. I made a hacky version for work that proxies to a k8s pod but first class support would be cool.
Re: Torus: A Toolkit for Docker-First Data Science
#10I think a more interesting direction would be for jupyter lab to ship an electron app and have it able to understand how to spin up and talk to containerized kernels. I made a hacky version for work that proxies to a k8s pod but first class support would be cool.
https://github.com/jupyter-incubator/enterprise_gateway to launch kernels on a cluster and https://github.com/jupyter-incubator/nb2kg to make a notebook server aware of them might be of interest (sans electron app shell).
I have lots of questions now, like why this isn't using the zeromq based protocol, so I guess I will need to spend some time with it.
It does look like it closely overlaps with what I was describing. I didn't realize overriding/extending the http api was even a thing that could be done so I just used zeromq for my own purposes :)