Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Neptune Analytics support #541

Merged
merged 3 commits into from
Nov 29, 2023
Merged

Add Neptune Analytics support #541

merged 3 commits into from
Nov 29, 2023

Conversation

michaelnchin
Copy link
Member

Issue #, if available: N/A

Description of changes:

Adding new sample notebooks and compatibility changes in support of the release of the new Neptune Analytics graph database engine .

  • Eight new Analytics samples notebooks, installed under 02-Neptune-Analytics.
    • Subsections: Getting Started, Graph Algorithms, Sample Use Cases.
  • neptune_service field in %%graph_notebook_config
    • Accepts either “neptune-graph” or “neptune-db” as value. You can use this field to access both P8 and a Neptune DB endpoints from the same notebook.
    • Auto-set to “neptune-graph” if using the CFN template
  • Analytics parameters for %%oc
    • --query-timeout
    • --plan-cache [auto|enabled|disabled]
  • Batch data loading via %load
    • New parameters: -c/—concurrency, -pc/--periodic-commit
    • %load will be automatically restricted to Batch or Bulk load mode based on neptune_service in config.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@michaelnchin michaelnchin merged commit 97f7ba9 into main Nov 29, 2023
4 checks passed
@michaelnchin michaelnchin deleted the neptune-analytics-ga branch November 29, 2023 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Resolved
Development

Successfully merging this pull request may close these issues.

1 participant