mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
b8cd59551f
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
41 lines
985 B
ReStructuredText
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>
|