An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## SQL -> Graql



SQL-to-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)