Skip to content

A tool for generating randomized Cypher queries that are often semantically correct

Notifications You must be signed in to change notification settings

RedisGraph/cypher-query-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypher Query Generator

A tool for generating randomized openCypher queries that are frequently semantically correct.

Installation

pip3 install --user grammarinator@https://github.com/jeffreylovitz/grammarinator  

Usage

Emit query to stdout:

grammarinator-generate CustomCypherGenerator.CustomCypherGenerator --sys-path generator/ --jobs 1 -r oC_Query -o stdout -d 30

Run queries in infinite loop against local server:

grammarinator-generate CustomCypherGenerator.CustomCypherGenerator --sys-path generator/ --jobs 1 -r oC_Query -o stdout -d 30 --infinite | ./process_queries.sh

About

A tool for generating randomized Cypher queries that are often semantically correct

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published