Skip to content

lynxworld/lynx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Lynx: A Graph Query Framework for Multiple Heterogeneous Data Sources

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Intruduction

(back to top)

Architecture and Workflow

lynx_arch

Getting Started

Import

Import Lynx by Maven.

  <dependency>
      <groupId>org.grapheco</groupId>
      <artifactId>lynx</artifactId>
      <version>0.6</version>
  </dependency>

How to use

  1. Implementa
  2. Runner

(back to top)

Demo Video

We have a demo video at VLDB2023: Lynx

Citation

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}
}