Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/starptech/graphql
- Owner: StarpTech
- License: mit
- Created: 2015-04-20T21:24:00.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-04-20T23:03:35.000Z (over 9 years ago)
- Last Synced: 2024-10-06T02:42:19.200Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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