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

Extend NxTranslator #246

Open
katarinasupe opened this issue May 15, 2023 · 0 comments
Open

Extend NxTranslator #246

katarinasupe opened this issue May 15, 2023 · 0 comments
Labels
community community Effort - Medium Effort - Medium feature feature Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@katarinasupe
Copy link
Contributor

katarinasupe commented May 15, 2023

The NxTranslator has been changed to inherit from the Translator class, but not all of its parts of code have been adjusted accordingly. For example:

Besides that, import and export are not following the same set of rules.
Translate from Nx graph to Memgraph rules:

  • Values of labels key in Nx graph -> node labels in Memgraph
  • Value of TYPE key in Nx graph -> relationship type in Memgraph

Translate from Memgraph graph to Nx graph rules:

  • node labels in Memgraph -> Values of label key in Nx graph
  • relationship type in Memgraph -> Value of type key in Nx graph
@katarinasupe katarinasupe added the type: enhancement New feature or request label May 15, 2023
@katarinasupe katarinasupe added this to the v1.5.0 milestone May 23, 2023
@katarinasupe katarinasupe removed this from the v1.5.0 milestone Sep 15, 2023
@katarinasupe katarinasupe added bug bug Importance - I3 Importance - I3 Severity - S3 Severity - S3 Effort - Medium Effort - Medium community community and removed type: enhancement New feature or request labels Dec 28, 2023
@katarinasupe katarinasupe changed the title Check and fix NxTranslator Extend NxTranslator Dec 28, 2023
@katarinasupe katarinasupe added feature feature and removed bug bug labels Dec 28, 2023
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Later Priority - Later labels Feb 4, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Later Priority - Later labels Feb 18, 2024
@katarinasupe katarinasupe added Frequency - Monthly Frequency - Monthly Reach - VeryFew Reach - VeryFew and removed Importance - I3 Importance - I3 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community Effort - Medium Effort - Medium feature feature Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Status: Todo
Development

No branches or pull requests

2 participants