Skip to content

A little project I've started to be able to take a SQL statement and execute it on a Neo4J graph data set

Notifications You must be signed in to change notification settings

laeg/graph-query-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-query-engine

A little project I've started to be able to take a SQL statement and execute it on a Neo4J graph data set

So far, the following type of queries have been implemented:

=========================

SELECT * FROM nodeLabel WHERE specifiedAttribute = specifiedValue

Input: Node Label, Attribute to find, Attribute Value to find

========================= SELECT id, specifiedAttribute FROM nodeLabel WHERE specifiedAttribute = specifiedValue

Input: Node Label, Attribute to find, Attribute Value to find

=========================

Next steps are to be able to take an actual statement rather than the parameters...

About

A little project I've started to be able to take a SQL statement and execute it on a Neo4J graph data set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published