mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

This is part of the Dataset GA doc fix effort to update/improve the documentation. This PR revamps the Getting Started page. What are the changes: - Focus on basic/core features that are bread-and-butter for users, leave the advanced features out - Focus on high level introduction, leave the detailed spec out (e.g. what are possible batch_types for map_batches() API) - Use more realistic (yet still simple) data example that's familiar to people (IRIS dataset in this case) - Use the same data example throughout to make it context-switch free - Use runnable code rather than faked - Reference to the code from doc, instead of inlining them in the doc Co-authored-by: Ubuntu <ubuntu@ip-172-31-32-136.us-west-2.compute.internal> Co-authored-by: Eric Liang <ekhliang@gmail.com>
17 lines
344 B
ReStructuredText
17 lines
344 B
ReStructuredText
.. _data_integrations:
|
||
|
||
============
|
||
Integrations
|
||
============
|
||
|
||
If you’re new to Ray Datasets, we recommend starting with the :ref:`Ray Datasets Quick Start <datasets_getting_started>`.
|
||
|
||
This is a guide on how to run Dask, Spark, Mars or Modin on Ray.
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
|
||
dask-on-ray
|
||
raydp
|
||
mars-on-ray
|
||
modin/index
|