{"id":15346274,"url":"https://github.com/bfergerson/sql-to-graql","last_synced_at":"2025-10-11T00:30:44.902Z","repository":{"id":87460226,"uuid":"257366504","full_name":"BFergerson/sql-to-graql","owner":"BFergerson","description":"Introduction to Graql for SQLers","archived":true,"fork":false,"pushed_at":"2020-05-05T15:35:28.000Z","size":12926,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T11:38:17.130Z","etag":null,"topics":["grakn","graql","sql"],"latest_commit_sha":null,"homepage":"","language":"TSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BFergerson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-20T18:14:12.000Z","updated_at":"2023-09-27T13:34:27.000Z","dependencies_parsed_at":"2023-03-27T17:04:23.664Z","dependency_job_id":null,"html_url":"https://github.com/BFergerson/sql-to-graql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BFergerson/sql-to-graql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BFergerson%2Fsql-to-graql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BFergerson%2Fsql-to-graql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BFergerson%2Fsql-to-graql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BFergerson%2Fsql-to-graql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BFergerson","download_url":"https://codeload.github.com/BFergerson/sql-to-graql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BFergerson%2Fsql-to-graql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005659,"owners_count":26083942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["grakn","graql","sql"],"created_at":"2024-10-01T11:20:38.378Z","updated_at":"2025-10-11T00:30:44.897Z","avatar_url":"https://github.com/BFergerson.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SQL -\u003e Graql\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"SQL-to-Graql.pdf\"\u003e\u003cimg src=\"training/intro_slide.jpg\" title=\"SQL -\u003e Graql\"\u003e\u003c/a\u003e\n    \u003ca href=\"SQL-to-Graql.pdf\"\u003eSQL-to-Graql\u003c/a\u003e\n\u003c/p\u003e\n\n## Side-by-Side Comparison\n- [Defining Schema](side-by-side/defining-schema.md)\n- Writing Data\n    - [Insert](side-by-side/insert-data.md)\n    - [Associate](side-by-side/associate-data.md)\n- Reading Data\n    - [Project](side-by-side/project.md)\n    - [Restrict](side-by-side/restrict.md)\n    - [Union](side-by-side/union.md)\n    - [Intersect](side-by-side/intersect.md)\n    - [Inner Join](side-by-side/inner-join.md)\n    - [Left Join](side-by-side/left-join.md)\n    - [Full Outer Join](side-by-side/full-outer-join.md)\n- [Deleting Data](side-by-side/deleting-data.md)\n- [Modifying Data](side-by-side/modifying-data.md)\n\n## Fill-in-the-Blank Answers\n- [Defining Schema](answers/fill-in-the-blank/defining-schema.gql)\n- Writing Data\n    - [Insert](answers/fill-in-the-blank/insert-data.gql)\n    - [Associate](answers/fill-in-the-blank/associate-data.gql)\n- Reading Data\n    - [Project](answers/fill-in-the-blank/project.gql)\n    - [Restrict](answers/fill-in-the-blank/restrict.gql)\n    - [Union](answers/fill-in-the-blank/union.gql)\n    - [Intersect](answers/fill-in-the-blank/intersect.gql)\n    - [Inner Join](answers/fill-in-the-blank/inner-join.gql)\n    - [Left Join](answers/fill-in-the-blank/left-join.gql)\n    - [Full Outer Join](answers/fill-in-the-blank/full-outer-join.gql)\n- [Deleting Data](answers/fill-in-the-blank/deleting-data.gql)\n- [Modifying Data](answers/fill-in-the-blank/modifying-data.gql)\n\n## Exercise Answers\n- [Which is Better?](answers/exercise/which-is-better.gql)\n- [Will This Work?](answers/exercise/will-this-work.gql)\n- [Convert Tables](answers/exercise/convert-tables.gql)\n- [Convert Schema](answers/exercise/convert-schema.gql)\n- [Linked List](answers/exercise/linked-list.gql)\n- [Friends-of-Friends](answers/exercise/friends-of-friends.gql)\n- [Pop Quiz](answers/pop-quiz.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfergerson%2Fsql-to-graql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfergerson%2Fsql-to-graql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfergerson%2Fsql-to-graql/lists"}