Lynx is a general graph query framework to simplify querying graph data by converting complex statements into basic graph operations. Instead of connecting directly to the data sources, Lynx retrieves data through user-implemented interfaces for those graph operations.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Import Lynx by Maven.
<dependency>
<groupId>org.grapheco</groupId>
<artifactId>lynx</artifactId>
<version>0.6</version>
</dependency>
- Implementa
- Runner
We have a demo video at VLDB2023:
Our paper has been accepted as a demo paper at VLDB2023:
@article{shen2023lynx,
title={Lynx: A Graph Query Framework for Multiple Heterogeneous Data Sources},
author={Shen, Zhihong and Hu, Chuan and Zhao, Zihao},
journal={Proceedings of the VLDB Endowment},
volume={16},
number={12},
pages={3926--3929},
year={2023},
publisher={VLDB Endowment}
}