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

Neo4jRtStore Implemented #3

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

Neo4jRtStore Implemented #3

wants to merge 22 commits into from

Conversation

mrw8
Copy link
Collaborator

@mrw8 mrw8 commented Oct 31, 2024

Major Changes

  • Removed transaction management from TupleInsertionVisitor and added it to Neo4jRtStore
  • Added TransactionManager class to handle the opening and closing of transactions for a Neo4j database
  • Implemented save_tuple, get_tuple, get_by_referent, get_by_author, get_available_rui, get_by_referents_by_type_and_designator_type, and run_query in Neo4jRtStore
  • Added testing for the above functions except for run_query
  • Expanded Neo4jEntryConverter to work for more datatypes

Minor Changes

  • Added build_condition and build_where helper functions for run_query
  • Implemented Neo4jTupleConverter
  • Changed names of attributes for some tuplenodes from rui to uri or uui depending on the node.
  • Edited testing print statements to be more informative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant