Installation#

Create a Snowflake Account#

If you don’t have a Snowflake account, create a free one with a 30 day trial.

Install the Snowflake connector#

Run the pip install for ray_db, with the extra snowflake requirements. This will install the Snowflake Connector for Python, Ray, and all related dependencies.

Install from wheel#

First download this wheel file.

wget https://github.com/anyscale/ray_db/raw/main/dist/ray_db-0.0.2.tar.gz

Then execute the install command:

pip install --user 'ray_db-0.0.2.tar.gz[snowflake]'