Show graph visualization for bolt queries#759
Closed
theneelshah wants to merge 4 commits intofix-bolt-visualizationfrom
Closed
Show graph visualization for bolt queries#759theneelshah wants to merge 4 commits intofix-bolt-visualizationfrom
theneelshah wants to merge 4 commits intofix-bolt-visualizationfrom
Conversation
Update expected results for "friends of friends not connected to Dave" exercise in Gremlin and openCypher tutorials to correctly show two results (Denise, Paras) instead of three. Co-authored-by: Neel Shah <neeljs@amazon.com>
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Contributor
|
I don't see the change for the bolt graph visualization here? I only see the changes for the expected output and the 5.0.2 bumps in the PR. |
* Update 01-Basic-Read-Queries.ipynb Fix minor typos and missing words. * Update 02-Variable-Length-Paths.ipynb Fix minor typos * Update 03-Ordering-Functions-Grouping.ipynb fix typos * Update 04-Creating-Updating-Delete-Queries.ipynb Fix typos * Update 01-Basic-Read-Queries.ipynb Fix typos * Update 02-Variable-Length-Paths.ipynb Fix typos * Update 03-Ordering-Functions-Grouping.ipynb Fix typos * Update openCypher-Exercises-Answer-Key.ipynb Fix typos * Update 01-Basic-Read-Queries.ipynb Fix typos and wording * Update 02-Loops-Repeats.ipynb Fix typos and applied better standardization of US vs UK spelling to be more consistent with other docs in this repo. * Update 03-Ordering-Functions-Grouping.ipynb Fix typos and standardize US vs UK wording to be more consistent * Update 04-Creating-Updating-Deleting-Queries.ipynb Fix typos and consistency issues * Update Gremlin-Exercises-Answer-Sheet.ipynb Fix typos and wording * Update 01-SPARQL-Basics.ipynb Fix minor typos
* Add graph visualization support for bolt protocol requests Fixes #557 by converting bolt responses to compatible format for graph tab display. Transforms nodes and relationships to standardized format with ~id, ~entityType, ~labels/~type, and ~properties field. * Add graph visualization support for bolt protocol requests Fixes #557 by converting bolt responses to compatible format for graph tab display. Transforms nodes and relationships to standardized format with ~id, ~entityType, ~labels/~type, and ~properties field. * Update graph_magic.py --------- Co-authored-by: Neel Shah <neeljs@amazon.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #725:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.