From 66979fb43038590acd8274cbd5accf2886dbb4f9 Mon Sep 17 00:00:00 2001 From: SHAHROKH DAIJAVAD Date: Tue, 21 May 2024 08:16:49 -0700 Subject: [PATCH 1/2] Update README.md --- data-processing-lib/ray/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-processing-lib/ray/README.md b/data-processing-lib/ray/README.md index 02e583711..f7a7ba088 100644 --- a/data-processing-lib/ray/README.md +++ b/data-processing-lib/ray/README.md @@ -1,9 +1,9 @@ # Data Processing Library This provides a python framework for developing _transforms_ on data stored in files - currently parquet files are supported - -and running them in a [ray](https://ray.com) cluster. +and running them in a [ray](https://docs.ray.io/en/latest/index.html) cluster. Data files may be stored in the local file system or COS/S3. -For more details see the [documentation](doc/overview.md). +For more details see the [documentation](../doc/overview.md). ### Virtual Environment The project uses `pyproject.toml` and a Makefile for operations. From a0df8632a51c2d5156012033f2cb0302ffd81a0c Mon Sep 17 00:00:00 2001 From: SHAHROKH DAIJAVAD Date: Tue, 21 May 2024 10:22:49 -0700 Subject: [PATCH 2/2] Update README.md --- data-processing-lib/ray/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-processing-lib/ray/README.md b/data-processing-lib/ray/README.md index f7a7ba088..8310f25fc 100644 --- a/data-processing-lib/ray/README.md +++ b/data-processing-lib/ray/README.md @@ -1,7 +1,7 @@ # Data Processing Library This provides a python framework for developing _transforms_ on data stored in files - currently parquet files are supported - -and running them in a [ray](https://docs.ray.io/en/latest/index.html) cluster. +and running them in a [ray](https://www.ray.io/) cluster. Data files may be stored in the local file system or COS/S3. For more details see the [documentation](../doc/overview.md).