{"id":35551213,"url":"https://github.com/graphistry/tck-gfql","last_synced_at":"2026-01-13T23:32:29.757Z","repository":{"id":331351014,"uuid":"1126219804","full_name":"graphistry/tck-gfql","owner":"graphistry","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-04T06:40:27.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-06T20:16:16.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graphistry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-01T12:19:19.000Z","updated_at":"2026-01-04T06:40:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/graphistry/tck-gfql","commit_stats":null,"previous_names":["graphistry/tck-gfql"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/graphistry/tck-gfql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphistry%2Ftck-gfql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphistry%2Ftck-gfql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphistry%2Ftck-gfql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphistry%2Ftck-gfql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphistry","download_url":"https://codeload.github.com/graphistry/tck-gfql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphistry%2Ftck-gfql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-04T07:20:22.097Z","updated_at":"2026-01-13T23:32:29.751Z","avatar_url":"https://github.com/graphistry.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/graphistry/tck-gfql/actions/workflows/ci.yml/badge.svg)](https://github.com/graphistry/tck-gfql/actions/workflows/ci.yml)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n[![pygraphistry](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/graphistry/tck-gfql/main/badges/pygraphistry-version.json)](https://github.com/graphistry/pygraphistry)\n\n# GFQL Cypher TCK Conformance Harness\n\nThis repo hosts the Cypher TCK -\u003e GFQL translation harness used by\nPyGraphistry. It relies on an installed `pygraphistry` package to execute\nGFQL queries and validate results.\n\n## Layout\n- [`tests/cypher_tck/`](tests/cypher_tck/): Scenario translations, runner, and gap analysis.\n- TCK clone (gitignored): `plans/cypher-tck-conformance/tck`.\n- Sync guide: [SYNC.md](SYNC.md).\n\n## Links\n- PyGraphistry repo: [graphistry/pygraphistry](https://github.com/graphistry/pygraphistry)\n- GFQL docs: [pygraphistry.readthedocs.io](https://pygraphistry.readthedocs.io/en/latest/gfql/index.html)\n- openCypher TCK: [opencypher/openCypher](https://github.com/opencypher/openCypher/tree/main/tck)\n- Contributing: [CONTRIBUTING.md](CONTRIBUTING.md)\n- Code of Conduct: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)\n- Security: [SECURITY.md](SECURITY.md)\n\n## Setup\n1. Install or editable-link `pygraphistry`:\n   ```bash\n   pip install -e /path/to/pygraphistry\n   ```\n2. Clone the openCypher TCK locally (gitignored):\n   ```bash\n   mkdir -p plans/cypher-tck-conformance\n   git clone https://github.com/opencypher/openCypher plans/cypher-tck-conformance/tck\n   ```\n\n## Run\n```bash\npytest tests/cypher_tck -xvs\nTEST_CUDF=1 pytest tests/cypher_tck -xvs\n```\n\n## Local pygraphistry override\nUse a sibling checkout without installing by setting `PYGRAPHISTRY_PATH`:\n```bash\nPYGRAPHISTRY_PATH=../pygraphistry2 ./bin/ci.sh\n```\n\nInstall a specific ref from GitHub:\n```bash\nPYGRAPHISTRY_INSTALL=1 PYGRAPHISTRY_REF=master ./bin/ci.sh\n```\n\n## License\nThis repository is licensed under the Apache License 2.0. See [LICENSE](LICENSE)\nand [NOTICE](NOTICE) for details and upstream attribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphistry%2Ftck-gfql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphistry%2Ftck-gfql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphistry%2Ftck-gfql/lists"}