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

Refactoring engine to use internal Vertex/Edge structures #250

Merged
merged 9 commits into from
Mar 30, 2021

Commits on Mar 29, 2021

  1. Refactoring engine to use internal Vertex/Edge structures (rather the…

    …n protobuf ones).
    
    This will allow graph database interfaces and pipeline engines to pass additional meta
    data with graph elements (such as data load state)
    kellrott committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    144a747 View commit details
    Browse the repository at this point in the history
  2. Fixing issue in kvgraph

    kellrott committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    589be97 View commit details
    Browse the repository at this point in the history
  3. Fixing unit tests

    kellrott committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    964c86c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    282df06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e92f83e View commit details
    Browse the repository at this point in the history
  6. Fixing issue in psql driver

    kellrott committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    bce6abc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fe98ae View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Fixing issue in mongo driver

    kellrott committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    977edab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ba98a View commit details
    Browse the repository at this point in the history