Skip to content

Commit 39b37f5

Browse files
bechbdmichaelnchingopuneetsojiadeshinahuashu
authored
Added notebooks for learning openCypher (#420)
* Added notebooks for learning openCypher * Updated Answer Key with the correct Notebook names * Updated per feedback from Joy for PR420 * Bump setuptools from 40.6.2 to at >=65.5.1 (#424) Co-authored-by: Michael Chin <chnmch@amazon.com> * Add ECR publish workflow (#405) * Add ECR publish action * disable version check * Use package version as image tag * Remove test code * Fix for ECR public * Remove version tagging for pre-release images * Use new registry alias * update changelog Co-authored-by: Michael Chin <chnmch@amazon.com> * Truncate metadata request/query time metrics (#425) * Truncate metadata request/query time metrics * update changelog Co-authored-by: Michael Chin <chnmch@amazon.com> * Fix browser-specific issues with fullscreen graph widget (#427) * Fix browser-specific issues with fullscreen graph widget * update changelog Co-authored-by: Michael Chin <chnmch@amazon.com> * Pin itables<1.4.3 (#429) * Pin itables<1.4.3 * update changelog Co-authored-by: Michael Chin <chnmch@amazon.com> * Fix upper bound on all dependencies (#431) * Fix upper bound on all dependencies * Remove manual prerequisite installations Co-authored-by: Michael Chin <chnmch@amazon.com> * Release 3.7.1 (#432) * Bump to 3.7.1 * Update release date Co-authored-by: Michael Chin <chnmch@amazon.com> * Fix property key in gremlin statement (#434) Fix property key in gremlin statement as per TinkerPop’s "Modern" graph * Bump itables to 1.4.5 (#436) * Bump itables to 1.4.5 * Update changelog Co-authored-by: Michael Chin <chnmch@amazon.com> * Update v3.7.1 release date * Run unit tests on external pull requests (#437) * Run unit tests on external pull requests * Prevent duplicate runs for internal branch PRs * Update changelog Co-authored-by: Michael Chin <chnmch@amazon.com> * Use updated authentication method for IAM Bolt queries (#438) * Use updated authentication method for IAM Bolt queries * update changelog Co-authored-by: Michael Chin <chnmch@amazon.com> * Update unit.yml * Do not sign non-IAM Bolt requests Per: https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-bolt.html#access-graph-opencypher-bolt-python * adding fraud detection with inductive inference notebook (#417) * adding fraud detection with inductive inference notebook * updating notebook with review comments * update number of nodes to reflect correct dataset size * make sure node id used for transductive query is consistent * additional nb comments and fixes * remove references to nondeterministic and transductive as those are dummy keywords * updating with inline edits and adding note before package install * update description of why neptune_ml_utils is needed * minor edit to examples for consistent behavior with documentation (#440) * Unit test and changelog modification for #417 (#441) Co-authored-by: Michael Chin <chnmch@amazon.com> * Add changelog entry for #419 * Correct a typo in 03-Real-Time-Fraud-Detection-Using-Inductive-Inference ML notebook(#444) * Add --profile-misc-args option to %%gremlin (#443) * Add --profile-misc-args option to %%gremlin * update changelog --------- Co-authored-by: Michael Chin <chnmch@amazon.com> * Fix Webpack failure in CI builds (#447) Co-authored-by: Michael Chin <chnmch@amazon.com> * Pin node version in unit.yml (#449) Co-authored-by: Michael Chin <chnmch@amazon.com> --------- Co-authored-by: Dave Bechberger <dbechbe@amazon.com> Co-authored-by: Michael Chin <mchin188@yahoo.com> Co-authored-by: Michael Chin <chnmch@amazon.com> Co-authored-by: Puneet Goyal <puneet97.goyal@gmail.com> Co-authored-by: Soji Adeshina <adesojia@amazon.com> Co-authored-by: Hua Shu <hshu2000@yahoo.com>
1 parent 795d7a8 commit 39b37f5

File tree

8 files changed

+3509
-1
lines changed

8 files changed

+3509
-1
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Starting with v1.31.6, this file will contain a record of major features and upd
55
## Upcoming
66
- New Neptune ML notebook - Real Time Fraud Detection using Inductive Inference ([Link to PR](https://github.com/aws/graph-notebook/pull/338))
77
- Path: 04-Machine-Learning > Sample-Applications > 03-Real-Time-Fraud-Detection-Using-Inductive-Inference.ipynb
8+
- New openCypher Language Tutorial notebooks
9+
- Path: 06-Language-Tutorials > 02-openCypher
810
- Added `--profile-misc-args` option to `%%gremlin` ([Link to PR](https://github.com/aws/graph-notebook/pull/443))
911
- Added error messaging for incompatible host-specific `%%graph_notebok_config` parameters ([Link to PR](https://github.com/aws/graph-notebook/pull/456))
1012
- Ensure default assignments for all Gremlin nodes when using grouping ([Link to PR](https://github.com/aws/graph-notebook/pull/448))

src/graph_notebook/notebooks/06-Language-Tutorials/02-openCypher/01-Basic-Read-Queries.ipynb

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

src/graph_notebook/notebooks/06-Language-Tutorials/02-openCypher/02-Variable-Length-Paths.ipynb

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

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

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

src/graph_notebook/notebooks/06-Language-Tutorials/02-openCypher/04-Creating-Updating-Delete-Queries.ipynb

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

src/graph_notebook/notebooks/06-Language-Tutorials/02-openCypher/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)