Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 815 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 815 Bytes

TCK for GQL (gql-tck)

A Language-independent Technology Compatibilty Kit (TCK) for the GQL graph query language. The GQL TCK is derived from the openCypher TCK as the two languages share many language features.

This repository is designed to be included as a submodule from other repositories. Such parent repositories are responsible for providing TCK infrastructure and runtime to run the TCK.

GQL Parser for Go is an example of a repository that uses the GQL TCK by including this repository as a submodule. That repository uses the Go version of Cucumber as the TCK runtime environment to run the TCK. It also provides other infrastructure such as Makefile, etc. to run the TCK.