https://github.com/bfergerson/sql-to-graql
Introduction to Graql for SQLers
https://github.com/bfergerson/sql-to-graql
grakn graql sql
Last synced: 6 months ago
JSON representation
Introduction to Graql for SQLers
- Host: GitHub
- URL: https://github.com/bfergerson/sql-to-graql
- Owner: BFergerson
- Archived: true
- Created: 2020-04-20T18:14:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T15:35:28.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T11:38:17.130Z (about 1 year ago)
- Topics: grakn, graql, sql
- Language: TSQL
- Homepage:
- Size: 12.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SQL -> Graql
## Side-by-Side Comparison
- [Defining Schema](side-by-side/defining-schema.md)
- Writing Data
- [Insert](side-by-side/insert-data.md)
- [Associate](side-by-side/associate-data.md)
- Reading Data
- [Project](side-by-side/project.md)
- [Restrict](side-by-side/restrict.md)
- [Union](side-by-side/union.md)
- [Intersect](side-by-side/intersect.md)
- [Inner Join](side-by-side/inner-join.md)
- [Left Join](side-by-side/left-join.md)
- [Full Outer Join](side-by-side/full-outer-join.md)
- [Deleting Data](side-by-side/deleting-data.md)
- [Modifying Data](side-by-side/modifying-data.md)
## Fill-in-the-Blank Answers
- [Defining Schema](answers/fill-in-the-blank/defining-schema.gql)
- Writing Data
- [Insert](answers/fill-in-the-blank/insert-data.gql)
- [Associate](answers/fill-in-the-blank/associate-data.gql)
- Reading Data
- [Project](answers/fill-in-the-blank/project.gql)
- [Restrict](answers/fill-in-the-blank/restrict.gql)
- [Union](answers/fill-in-the-blank/union.gql)
- [Intersect](answers/fill-in-the-blank/intersect.gql)
- [Inner Join](answers/fill-in-the-blank/inner-join.gql)
- [Left Join](answers/fill-in-the-blank/left-join.gql)
- [Full Outer Join](answers/fill-in-the-blank/full-outer-join.gql)
- [Deleting Data](answers/fill-in-the-blank/deleting-data.gql)
- [Modifying Data](answers/fill-in-the-blank/modifying-data.gql)
## Exercise Answers
- [Which is Better?](answers/exercise/which-is-better.gql)
- [Will This Work?](answers/exercise/will-this-work.gql)
- [Convert Tables](answers/exercise/convert-tables.gql)
- [Convert Schema](answers/exercise/convert-schema.gql)
- [Linked List](answers/exercise/linked-list.gql)
- [Friends-of-Friends](answers/exercise/friends-of-friends.gql)
- [Pop Quiz](answers/pop-quiz.md)
