Ray Connector for Snowflake

Ray DB connectors#

Ray database connectors enable reading and writing from databases with Ray datasets. This package is a general framework that enables database vendors to develop their own native Ray connectors. The package also includes a generic Python DB API 2.0 compliant provider that can be used with most database vendors that provide a Python API.

Out of the box, the Python DB API 2 provider allows access to all of the databases below.

  • Databricks

  • Google Big Query

  • Microsoft SQL Server

  • Teradata

  • Postgres

  • MySQL

  • Oracle

  • SQLite 3

  • Many more …

In addition, optimized connectors have been developed for these databases: