You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new notebooks: guides for using SPARQL and RDF with Neptune ML (Link to PR)
Added the ability to run explain plans to openCypher queries via %%oc explain. (Link to PR)
Added the ability to download the explain/profile plans for openCypher/Gremlin/SPARQL. (Link to PR)
Changed the %stream_viewer magic to use PropertyGraph and RDF as the stream types. This better aligns with Gremlin and openCypher sharing the PropertyGraph stream. (Link to PR)
Updated the airports property graph seed files to the latest level and suffixed all doubles with 'd'. (Link to PR)
Added grouping by depth for Gremlin and openCypher queries (PR #1)(PR #2)