Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/starptech/graphql

Experimental Graph grammar to get the most of the line.
https://github.com/starptech/graphql

Last synced: 18 days ago
JSON representation

Experimental Graph grammar to get the most of the line.

Awesome Lists containing this project

README

        

# 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

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

![simple-select](https://raw.githubusercontent.com/StarpTech/GraphQL/develop/img/simple-select.png)

##Todo
- [X] Setup whole Project in IntelliJ
- [ ] Implement the fundamental rules in antlr.
- [ ] Implement Parse-Tree Listeners

##Inspiration
Thanks to [OrientDb](http://orientdb.com) 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](https://theantlrguy.atlassian.net/wiki/display/ANTLR4/Getting+Started+with+ANTLR+v4)
2. Fork & Pull request ;)

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2015 - Dustin Deus