https://github.com/datomo/mqlparser
https://github.com/datomo/mqlparser
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/datomo/mqlparser
- Owner: datomo
- Created: 2021-06-11T22:30:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T12:22:13.000Z (almost 5 years ago)
- Last Synced: 2025-11-30T18:16:46.521Z (6 months ago)
- Language: Java
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MqlParser
This is a simple Mongodb query language parser, which will later be used in [Polypheny](https://polypheny.org).
The repo is under heavy construction and only a limited amount of functionality is working for now.
## Running
To test the parser, the gradlew task ```build``` has to be executed and the content of the ```src/main/java```
has to be copied to ```build/generated/javacc```. After this the Example.java has to be compiled and can be started via Java.
### Credits
- [JavaCC](https://javacc.github.io/javacc/)