Release 3.0.1
openCypher Support:
With the release of support for the openCypher query language in Amazon Neptune's lab mode, graph-notebook can now be used to execute and visualize openCypher queries with any compatible graph database.
Two new magic commands have been added:
%%oc
/%%opencypher
%%oc_status
/%%opencypher_status
These openCypher magic commands inherit the majority of the query and visualization customization features that are already available in the Gremlin and SPARQL magics.
For more detailed information and examples of how you can execute and visualize openCypher queries through graph-notebook, please refer to the new Air-Routes-openCypher
and EPL-openCypher
sample notebooks.
Other Updates:
- Added visualization support for elementMap Gremlin step (Link to PR)
- Added support for additional customization of edge node labels in Gremlin (Link to PR)
- Refactored %load form display code for flexibility; fixes some descriptions being cut off (Link to PR)
- Overhauled Gremlin visualization notebooks with example usage of new customization options and
elementMap
step (Link to PR) - Updated Neptune ML notebooks, utils, and pretrained models config (Link to PR)
- Added support for
modeltransform
commands in%neptune_ml
(Link to PR) - Included index operations metrics in metadata results tab for Gremlin Profile queries(Link to PR)
- Added new notebook to explain Identity Graph data modeling (Link to PR)
- Various bugfixes and documentation updates