Skip to content

Commit 40b1c8d

Browse files
Adding Gremlin language tutorials (#533)
* Adding Gremlin language tutorials Adding Gremlin-specific language tutorials under 06-Language-Tutorials\03-Gremlin * Updated test_validate_notebooks.py Added 03-Gremlin\* notebooks to list of notebooks to check. * Update ChangeLog.md * link PR in changelog --------- Co-authored-by: Michael Chin <mchin188@yahoo.com>
1 parent 7ef53ee commit 40b1c8d

File tree

8 files changed

+4110
-1
lines changed

8 files changed

+4110
-1
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.
44

55
## Upcoming
6+
- New Gremlin Language Tutorial notebooks ([Link to PR](https://github.com/aws/graph-notebook/pull/533))
7+
- Path: 06-Language-Tutorials > 03-Gremlin
68
- Added `--explain-type` option to `%%gremlin` ([Link to PR](https://github.com/aws/graph-notebook/pull/503))
79
- Added general documentation for `%%graph_notebook_config` options ([Link to PR](https://github.com/aws/graph-notebook/pull/504))
810
- Added support for Gremlin proxy hosts and visualization of Neptune HTTP results ([Link to PR](https://github.com/aws/graph-notebook/pull/530))

src/graph_notebook/notebooks/06-Language-Tutorials/03-Gremlin/01-Basic-Read-Queries.ipynb

Lines changed: 1088 additions & 0 deletions
Large diffs are not rendered by default.

src/graph_notebook/notebooks/06-Language-Tutorials/03-Gremlin/02-Loops-Repeats.ipynb

Lines changed: 704 additions & 0 deletions
Large diffs are not rendered by default.

src/graph_notebook/notebooks/06-Language-Tutorials/03-Gremlin/03-Ordering-Functions-Grouping.ipynb

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

src/graph_notebook/notebooks/06-Language-Tutorials/03-Gremlin/04-Creating-Updating-Deleting-Queries.ipynb

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)