Ray Documentation, Anyscale, 2024 - 提供关于 Ray Core、Ray Data、任务和 Actor 原语以及构建分布式 Python 应用的详细信息。
Resilient Distributed Datasets: A Fault-Tolerant Abstraction for In-Memory Cluster Computing, Matei Zaharia, Mosharaf Chowdhury, Tathagata Das, Ankur Dave, Blake Goldin, Joseph Hellerstein, Mohammad Isard, S. Krishnan, Haoyuan Li, Scott McVeety, Andy Konwinski, Patrick Wendell, Adam Wilde, Michael Franklin, Ion Stoica, 2012Proceedings of the 9th USENIX Conference on Networked Systems Design and Implementation (NSDI '12) (USENIX)DOI: 10.1145/2228298.2228301 - 介绍了 RDD 抽象,它是 Spark 设计容错和高效分布式数据处理的基础。
Ray: A Distributed System for AI Applications, Philipp Moritz, Robert Nishihara, Stephanie Wang, Alexey Tumanov, Richard Liaw, Eric Liang, Melih Gungor, Eric Choi, Joseph E. Gonzalez, Ion Stoica, 2018Proceedings of the 13th USENIX Symposium on Operating Systems Design and Implementation (OSDI '18) - 描述了 Ray 灵活的架构,用于通用分布式 Python 计算,旨在支持多样化的 AI 工作负载。