Skip to content

StarpTech/GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL

Create a grammar which is:

  • Easy to read
  • Familiar with SQL
  • Expressive in working with Graph and Document data.
  • Based on the concept of Multi Model DBMS with Document & Graph.

##Example

select from ( traverse out("walk_with") from Animal where name = "Lisa" ) where name = "Dog" order by age asc limit 10

simple-select

##Todo

  • Setup whole Project in IntelliJ
  • Implement the fundamental rules in antlr.
  • Implement Parse-Tree Listeners

##Inspiration Thanks to OrientDb the first Multi Model DBMS with Document & Graph engine

##Motivation The best way to understand programming languages and dsl's in deep is to know how they are created.

##Contributing

  1. Get Started ANTLR: Getting Started with ANTLR v4
  2. Fork & Pull request ;)

License

MIT

Copyright (c) 2015 - Dustin Deus

About

Experimental Graph grammar to get the most of the line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors