diff --git a/README.md b/README.md index 6dba012b9c5..2a2fa84f33a 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ print(tips_df.groupby("size").tip_percentage.mean()) ## Resources - [Try cudf.pandas now](https://nvda.ws/rapids-cudf): Explore `cudf.pandas` on a free GPU enabled instance on Google Colab! -- [Install](https://rapids.ai/start.html): Instructions for installing cuDF and other [RAPIDS](https://rapids.ai) libraries. +- [Install](https://docs.rapids.ai/install): Instructions for installing cuDF and other [RAPIDS](https://rapids.ai) libraries. - [cudf (Python) documentation](https://docs.rapids.ai/api/cudf/stable/) - [libcudf (C++/CUDA) documentation](https://docs.rapids.ai/api/libcudf/stable/) -- [RAPIDS Community](https://rapids.ai/community.html): Get help, contribute, and collaborate. +- [RAPIDS Community](https://rapids.ai/learn-more/#get-involved): Get help, contribute, and collaborate. ## Installation @@ -66,7 +66,7 @@ print(tips_df.groupby("size").tip_percentage.mean()) ### Conda -cuDF can be installed with conda (via [miniconda](https://conda.io/miniconda.html) or the full [Anaconda distribution](https://www.anaconda.com/download)) from the `rapidsai` channel: +cuDF can be installed with conda (via [miniconda](https://docs.conda.io/projects/miniconda/en/latest/) or the full [Anaconda distribution](https://www.anaconda.com/download) from the `rapidsai` channel: ```bash conda install -c rapidsai -c conda-forge -c nvidia \ @@ -78,7 +78,7 @@ of our latest development branch. Note: cuDF is supported only on Linux, and with Python versions 3.9 and later. -See the [Get RAPIDS version picker](https://rapids.ai/start.html) for more OS and version info. +See the [RAPIDS installation guide](https://docs.rapids.ai/install) for more OS and version info. ## Build/Install from Source See build [instructions](CONTRIBUTING.md#setting-up-your-build-environment). @@ -86,17 +86,3 @@ See build [instructions](CONTRIBUTING.md#setting-up-your-build-environment). ## Contributing Please see our [guide for contributing to cuDF](CONTRIBUTING.md). - -## Contact - -Find out more details on the [RAPIDS site](https://rapids.ai/community.html) - -##
Open GPU Data Science - -The RAPIDS suite of open source software libraries aim to enable execution of end-to-end data science and analytics pipelines entirely on GPUs. It relies on NVIDIA® CUDA® primitives for low-level compute optimization, but exposing that GPU parallelism and high-bandwidth memory speed through user-friendly Python interfaces. - -

- -### Apache Arrow on GPU - -The GPU version of [Apache Arrow](https://arrow.apache.org/) is a common API that enables efficient interchange of tabular data between processes running on the GPU. End-to-end computation on the GPU avoids unnecessary copying and converting of data off the GPU, reducing compute time and cost for high-performance analytics common in artificial intelligence workloads. As the name implies, cuDF uses the Apache Arrow columnar data format on the GPU. Currently, a subset of the features in Apache Arrow are supported. diff --git a/img/GDF_community.png b/img/GDF_community.png deleted file mode 100644 index 69c5edee6c2..00000000000 Binary files a/img/GDF_community.png and /dev/null differ diff --git a/img/goai_logo.png b/img/goai_logo.png deleted file mode 100644 index afcd5ed99d3..00000000000 Binary files a/img/goai_logo.png and /dev/null differ diff --git a/img/rapids_arrow.png b/img/rapids_arrow.png deleted file mode 100644 index a0543ff677c..00000000000 Binary files a/img/rapids_arrow.png and /dev/null differ diff --git a/python/custreamz/README.md b/python/custreamz/README.md index a1d98425d66..88657ec0d50 100644 --- a/python/custreamz/README.md +++ b/python/custreamz/README.md @@ -1,4 +1,4 @@ -#
 custreamz - GPU Accelerated Streaming
+# custreamz - GPU Accelerated Streaming Built as an extension to [python streamz](https://github.com/python-streamz/streamz), cuStreamz provides GPU accelerated abstractions for streaming data. CuStreamz can be used along side python streamz or as a standalone library for ingesting streaming data to cudf dataframes.