mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
2b17c57648
https://github.com/hasura/graphql-engine-mono/pull/2209 GitOrigin-RevId: ff74089342014bf9e40a8e2fd1416b8df0382246
72 lines
1.7 KiB
ReStructuredText
72 lines
1.7 KiB
ReStructuredText
.. meta::
|
|
:description: Hasura BigQuery database support
|
|
:keywords: hasura, docs, databases, bigquery
|
|
|
|
.. _database_bigquery:
|
|
|
|
BigQuery
|
|
========
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 2
|
|
:local:
|
|
|
|
Introduction
|
|
------------
|
|
|
|
Hasura allows connecting to a `BigQuery <https://cloud.google.com/bigquery>`__ database and building a GraphQL API based on the database schema.
|
|
|
|
.. admonition:: Supported versions:
|
|
|
|
Hasura GraphQL engine ``v2.0.0-alpha.1`` onwards
|
|
|
|
Get Started
|
|
-----------
|
|
|
|
To try Hasura with BigQuery, you'll need your own new or existing BigQuery database.
|
|
|
|
Here is how you can get started with Hasura and BigQuery:
|
|
|
|
:ref:`Getting Started with BigQuery <database_bigquery_getting_started>`
|
|
|
|
.. TODO: DB COMPATIBILITY
|
|
|
|
1. :ref:`Hasura Cloud <database_bigquery_cloud>`: You'll need to be able to access your BigQuery database from Hasura Cloud.
|
|
2. :ref:`Docker <database_bigquery_docker>`: Run Hasura with Docker and then connect your BigQuery database to Hasura.
|
|
|
|
Supported features
|
|
------------------
|
|
|
|
Hasura currently only supports queries on BigQuery.
|
|
|
|
Keep up to date
|
|
---------------
|
|
|
|
If you'd like to stay informed about the status of BigQuery support, subscribe to our newsletter and join our discord!
|
|
|
|
- https://hasura.io/newsletter/
|
|
- https://discord.com/invite/hasura
|
|
|
|
Know more
|
|
---------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:titlesonly:
|
|
|
|
Getting Started <getting-started>
|
|
Schema <schema/index>
|
|
|
|
.. TODO: DB-COMPATIBILITY
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:titlesonly:
|
|
|
|
Schema <schema/index>
|
|
Queries <queries/index>
|
|
Mutations <mutations/index>
|
|
Subscriptions <subscriptions/index>
|
|
Supported BigQuery types <bigquery-types>
|