Adam Richie-Halford, University of Washington Dept of Physics
Ariel Rokem, University of Washington eScience Institute
Follow along at http://arokem.github.io/2018-10-23-cloudknot/
Pros:
Cons:
Reap the benefits of AWS from the comfort of our Python env
Have an adventure without leaving The Shire
import cloudknot as ck
def awesome_func(...):
...
knot = ck.Knot(func=awesome_func)
import cloudknot as ck
def awesome_func(...):
...
knot = ck.Knot(func=awesome_func)
...
future = knot.map(args)
⇒
Compare to Dask, Myria, Spark using previous benchmark study.
import cloudknotcloudknot.Knot()map() methodGithub repo: https://github.com/richford/cloudknot
Documentation: https://richford.github.io/cloudknot/index.html
We welcome issues and contributions!