forked from guacsec/guac
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Neo4j Backend queries (guacsec#417)
* inital commit for ingesting into neo4j Signed-off-by: pxp928 <[email protected]> * added test data ingestion for neo4j Signed-off-by: pxp928 <[email protected]> * added missing error check Signed-off-by: pxp928 <[email protected]> * moved testdata into one file and created pointer for nodes Signed-off-by: pxp928 <[email protected]> * inital commit for package query Signed-off-by: pxp928 <[email protected]> * added neo4j resolvers Signed-off-by: pxp928 <[email protected]> * remove unused firstmatch Signed-off-by: pxp928 <[email protected]> * consolidated WHERE and AND Signed-off-by: pxp928 <[email protected]> * added pkgQualifier node and edge Signed-off-by: pxp928 <[email protected]> * updated query result logic Signed-off-by: pxp928 <[email protected]> * use map value from if Signed-off-by: pxp928 <[email protected]> --------- Signed-off-by: pxp928 <[email protected]>
- Loading branch information
Showing
12 changed files
with
724 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.