OpenCRE icon indicating copy to clipboard operation
OpenCRE copied to clipboard

Feature/synthetic graph generator

Open skn8733 opened this issue 6 months ago • 0 comments

This PR introduces a new script to generate a synthetic CRE and Standards graph for benchmarking. It creates 200 synthetic CRE nodes linked to 10 standard nodes and saves them into the SQLite cache. Additionally, Makefile commands were added to automate synthetic data generation.

Added generate_synthetic_graph.py script for creating synthetic CREs and Standards.

Updated Makefile to include commands for generating synthetic data.

Minor changes to Neo4j connection settings for improved stability.

This will help with testing and profiling gap analysis queries on synthetic datasets as part of the GSoC project milestones.

skn8733 avatar Jul 08 '25 05:07 skn8733