Skip to content

Implemented Multi-query sub graph isomorphism search algorithm to optimize general subgraph matching performed on graph databases such as Neo4j or Cassandra. The algorithm creates new queries by identifying common graphs in multiple queries and extract and store the result in the cache to avoid the redundant search for the same common graph. The o

Notifications You must be signed in to change notification settings

chengxingxi/Multi-Query-Subgraph-Matching

 
 

Repository files navigation

GraphDB_Project

Multi-query optimization for subgraph isomorphism search.

About

Implemented Multi-query sub graph isomorphism search algorithm to optimize general subgraph matching performed on graph databases such as Neo4j or Cassandra. The algorithm creates new queries by identifying common graphs in multiple queries and extract and store the result in the cache to avoid the redundant search for the same common graph. The o

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%