https://github.com/FTSRG/ingraph
Incremental view maintenance for openCypher graph queries.
https://github.com/FTSRG/ingraph
cypher cypher-query-language graph graph-processing graphs incremental ingraph opencypher pattern-matching query query-engine research
Last synced: 5 months ago
JSON representation
Incremental view maintenance for openCypher graph queries.
- Host: GitHub
- URL: https://github.com/FTSRG/ingraph
- Owner: ftsrg
- License: epl-1.0
- Archived: true
- Created: 2016-04-23T08:41:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T09:05:24.000Z (about 6 years ago)
- Last Synced: 2024-08-03T04:06:11.968Z (9 months ago)
- Topics: cypher, cypher-query-language, graph, graph-processing, graphs, incremental, ingraph, opencypher, pattern-matching, query, query-engine, research
- Language: Scala
- Homepage: http://docs.inf.mit.bme.hu/ingraph/
- Size: 36.3 MB
- Stars: 47
- Watchers: 9
- Forks: 10
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cypher - ingraph
README
# ingraph
[](https://travis-ci.org/FTSRG/ingraph)
For a summary on the project, visit the [ingraph web page](http://docs.inf.mit.bme.hu/ingraph/).
ingraph is built with the Gradle system.
## User's guide
To run the tests, issue the following command:
```
./gradlew test
```## Contributor's guide
### Prerequisites
We recommend using IntelliJ for developing ingraph. Make sure you install the [Scala plug-in](https://plugins.jetbrains.com/idea/plugin/1347-scala).
### Initializing test data
Clean any data that might left over and unzip the test data set:
```console
rm -rf graphs/ldbc-snb-bi/db-sftiny/graph.db/
unzip graphs/ldbc-snb-bi/db-sftiny.zip -d graphs/ldbc-snb-bi/
```### Importing the projects
* Import the projects using **New** | **Project from Existing Sources...** (or simply click **Import Project** on the welcome screen).
* Select the `ingraph` directory.
* Tick **Auto import**.
* ~~Untick **Create separate module per source set**.~~ Until this [IntelliJ issue](https://youtrack.jetbrains.com/issue/SCL-12718) is resolved, tick **Create separate module per source set**.
* Pick **Use default gradle wrapper** as your Gradle installation.
* If you get errors while trying to run tests, perform a manual build.## Third-party dependencies
For parsing queries, we use the [Slizaa openCypher Xtext grammar](https://github.com/slizaa/slizaa-opencypher-xtext).
## License
All code in this repository is available under the [Eclipse Public License v1.0](http://www.eclipse.org/legal/epl-v10.html). The project was supported by the MONDO EU FP7 (EU ICT-611125) project and is currently developed by the MTA-BME Lendület Research Group on Cyber-Physical Systems.