https://github.com/tigergraph/gsql-docs
Source file repository for GSQL language reference
https://github.com/tigergraph/gsql-docs
Last synced: 16 days ago
JSON representation
Source file repository for GSQL language reference
- Host: GitHub
- URL: https://github.com/tigergraph/gsql-docs
- Owner: tigergraph
- Created: 2021-09-13T22:32:49.000Z (over 4 years ago)
- Default Branch: 4.2
- Last Pushed: 2026-04-07T18:46:50.000Z (19 days ago)
- Last Synced: 2026-04-07T20:31:26.701Z (19 days ago)
- Language: Shell
- Homepage:
- Size: 10.8 MB
- Stars: 3
- Watchers: 6
- Forks: 30
- Open Issues: 14
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
# gsql-docs
A source file repository for GSQL language reference and tutorials.
The GSQL-Docs repository contains the source files for our documentation of GSQL features and syntax. The source files are built in link:https://docs.antora.org/antora/2.3/[Antora] and displayed to the end user in the link:https://docs.tigergraph.com/gsql-ref/current/intro/intro[GSQL Language Reference] page of the user-facing documentation site.
It guides users through the process of creating graph schemas, loading data into a graph, and constructing and running queries.
This repository also contains a Tutorials section for introducing GSQL to new users and explaining how to use the most common commands on some sample datasets.
Anybody may contribute to this repository with the goal of expanding and clarifying GSQL documentation for end users.
Contribute to this repository by making a branch and submitting a pull request with your proposed changes to the documentation. Please review the link:https://github.com/tigergraph/doc-site/blob/main/style-guide.adoc[TigerGraph Docs Style Guide] before making changes.