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

Neptune Analytics - Logger #19

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 28, 2024

  1. Update getEdgesDirections queries

    Replaces the queries to fetch edge directions while building the schema.
    The old queries worked by testing for the existance of any possible edge,
    which resulted in a large number of queries for graphs with lots of node and
    edge labels.
    
    The new query instead iterates through all the edge labels, and runs a query
    to fetch the corresponding from-label to-label pairs.
    Cole-Greer committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3395a29 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    6f1afeb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/updateGetEdgesDirections' into N…

    …eptune-Analytics---Logger
    AndreaNassisi committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c102a84 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Test milestone

    AndreaNassisi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c8b157c View commit details
    Browse the repository at this point in the history
  2. Test package

    AndreaNassisi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    95d5241 View commit details
    Browse the repository at this point in the history