Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 2.36 KB

README.md

File metadata and controls

41 lines (26 loc) · 2.36 KB

PyPI version PyPI pyversions PyPI license codecov Codacy Badge Downloads

Tutorials API Documentation Chat with us on slack!
Jupyter Book Badge Doc Slack Status

Fugue is a unified interface for distributed computing that lets users execute Python, pandas, and SQL code on Spark, Dask, and Ray with minimal rewrites.

The best way to get started with Fugue is to work through the 10 minute tutorials:

Running Tutorials Interactively

Using Binder

Binder

Note it runs slow on binder because the machine on binder isn't powerful enough for a distributed framework such as Spark. Parallel executions can become sequential, so some of the performance comparison examples will not give you the correct numbers.

Using Docker

Alternatively, you should get decent performance by running this Docker image on your own machine:

docker run -p 8888:8888 fugueproject/tutorials:latest

Community

Feel free to message us on Slack