# Warehouses

Here, we look at the warehouses supported by Fugue such as Snowflake and BigQuery.

Have questions? Chat with us on Github or Slack:

[![Homepage](https://img.shields.io/badge/fugue-source--code-red?logo=github)](https://github.com/fugue-project/fugue)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](http://slack.fugue.ai)

```{toctree}
:hidden:

bigquery.ipynb
trino.ipynb
```

## [BigQuery](bigquery.ipynb)
Google BigQuery is is Google Cloud's Enterprise Data Warehouse offering. It is serverless and cost-effective.

## [Trino](trino.ipynb)
Trino (formerly known as Presto) is an open-source project that lets users query across different data sources distributedly. For example,
users can query Google BigQuery and combine it with data on Google Cloud Storage.
