graphql-engine/docs/graphql/core/databases/citus-hyperscale-postgres/index.rst
vaishnavigvs b8cd59551f docs: add Citus and BigQuery content
https://github.com/hasura/graphql-engine-mono/pull/1763

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: 184be0e675345e5ec02678482097edd9c69ad484
2021-07-26 11:54:41 +00:00

41 lines
985 B
ReStructuredText

.. meta::
:description: Hasura Citus - Hyperscale database support
:keywords: hasura, docs, databases, citus, hyperscale
.. _database_citus-hyperscale-postgres:
Citus - Hyperscale (Postgres flavour)
=====================================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Introduction
------------
`Citus <https://www.citusdata.com/>`__ is a is an open source extension that transforms Postgres into a distributed
database. As it is a Postgres extension, all of Postgres' features, tooling & ecosystem
can be leveraged.
..
Hence with Hasura, Citus also becomes a great fit for cross database joins.
Know more
---------
.. toctree::
:maxdepth: 1
:titlesonly:
Getting started <getting-started/index>
Hasura - Citus compatibility <hasura-citus-compatibility>
..
Schema <schema/index>
Queries <queries/index>
Mutations <mutations/index>
Subscriptions <subscriptions/index>
Supported Postgres types <postgresql-types>