graphql-engine/server/documentation
Abby Sassel 9e12e32116 server/docs: add bigquery "quickstart"
[rendered](https://github.com/hasura/graphql-engine-mono/blob/bigquery-quickstart/server/documentation/data-sources/bigquery.md)

This PR introduces a contributor-facing quickstart guide for BigQuery. I've added pointers to existing docs or helpful links based on questions and blockers we've faced in the past whilst working on and testing BigQuery. Let me know if I've missed anything you think would be especially helpful.

closes https://github.com/hasura/graphql-engine-mono/issues/3791

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3772
GitOrigin-RevId: 9ccf93772422d9eda5d54192a5972904f35c3266
2022-03-07 13:37:00 +00:00
..
data-sources server/docs: add bigquery "quickstart" 2022-03-07 13:37:00 +00:00
glossary.md Add documentation scaffolding for first sync-up. 2022-01-25 13:18:22 +00:00
migration-guidelines.md server: relocate some of the pre metadata separation source catalog migrations 2021-11-03 14:21:40 +00:00
overview.md Add new documentation folder and two documentation files 2021-09-15 10:04:24 +00:00
README.md Add documentation scaffolding for first sync-up. 2022-01-25 13:18:22 +00:00
schema.md Remove Unique from Definition 2021-12-01 16:21:35 +00:00
tips.md Add a tip on how to benchmark a query on postgres 2022-02-08 08:29:22 +00:00

Server engineering documentation

This page documents the structure and the internal architecture of the GraphQL Engine Server. To get started, you can read the overview. We also maintain a glossary of all the terms we use throughout the code and the documentation.

You can also get started with a list of tips and tricks.

Haddock documentation

You can browse the generated haddock documentation for the engine's code; we automatically update it on every push to a branch of interest:

Architecture deep-dive

TODO: we can either list individual topics here, or point to architecture/ and have a README file there.

Notes

In our Haskell codebase, we use GHC-style notes for long-form comments detailing a specific aspect of the codebase. We gather all of them, as of the main branch, in the notes subfolder.

Updating this documentation

All markdown files in this folder are either copied verbatim from server/documentation or generated as part of our CI; do not open a PR to modify files in the gh-pages branch, and instead modify their source directly. Notes are extracted using the scripts/extract-nodes bash script. The haddock documentation is generated by running cabal haddock --haddock-internal --haddock-options="--ignore-all-exports".