-
Notifications
You must be signed in to change notification settings - Fork 7
Neo4j 5 and refactoring #106
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
Open
EvanDietzMorris
wants to merge
75
commits into
master
Choose a base branch
from
neo4j_5_2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 8e0f7ff Author: Evan Morris <evandietzmorris@gmail.com> Date: Fri Jun 28 14:26:56 2024 -0400 adding prod back in and fixing bug for running on all environments commit b0ee58f Author: Evan Morris <evandietzmorris@gmail.com> Date: Thu Jun 6 17:43:22 2024 -0400 cleaning up commit 6790e64 Author: Evan Morris <evandietzmorris@gmail.com> Date: Mon May 13 18:25:41 2024 -0400 added option to run apoc warmup, starting to reorganize and refactor commit df522f9 Author: Evan Morris <evandietzmorris@gmail.com> Date: Mon May 13 18:24:51 2024 -0400 updating with new graphs and deployment environment name commit 49f5f83 Author: Evan Morris <evandietzmorris@gmail.com> Date: Wed May 8 12:53:35 2024 -0400 adding plater version and trapi version to validation checks, updating deployment spec commit 3e1d560 Author: Evan Morris <evandietzmorris@gmail.com> Date: Fri Apr 26 10:24:03 2024 -0400 updating monarch version commit f1497c9 Author: Evan Morris <evandietzmorris@gmail.com> Date: Thu Apr 25 17:06:41 2024 -0400 fixing error message typo commit 4aa6fc7 Author: Evan Morris <evandietzmorris@gmail.com> Date: Thu Apr 25 17:06:32 2024 -0400 updating deployment spec commit 27d52df Author: Evan Morris <evandietzmorris@gmail.com> Date: Tue Apr 23 17:00:51 2024 -0400 updating deployment spec for current configuration commit 45d4fa2 Author: Evan Morris <evandietzmorris@gmail.com> Date: Tue Apr 23 17:00:35 2024 -0400 adding check for edge count as well as nodes commit a7b1831 Author: Evan Morris <evandietzmorris@gmail.com> Date: Fri Apr 19 15:39:39 2024 -0400 making a better deployment spec for multiple environments and updating validate to match commit 5dcc959 Author: Evan Morris <evandietzmorris@gmail.com> Date: Thu Mar 7 14:24:35 2024 -0500 fixing prod url, updating cam-kp commit 6361802 Author: Evan Morris <evandietzmorris@gmail.com> Date: Wed Jan 31 14:03:27 2024 -0500 improving comments commit 3e177ed Author: Evan Morris <evandietzmorris@gmail.com> Date: Wed Jan 31 13:59:33 2024 -0500 changing the output a bit commit cfcfb2f Author: Evan Morris <evandietzmorris@gmail.com> Date: Wed Jan 17 15:05:33 2024 -0500 first pass at a validation script
…o the transpiler - implementation of neo4j bolt driver - removed most attribute handling (sources, qualifiers, biolink checks) because it was moved into the transpiler - attribute type, value type, skip list customization options just get passed to the transpiler now - consolidated setting for neo4j query timeouts
… is not released)
…chnically a jaeger collector, though it doesn't need to be)
…iceUnavailable for failed ping
- made the parameters for these endpoints make more sense (removed unnecessary node type specification when a curie is provided) - added more options for filtering one hops (predicate, node type, offset/limit) - implemented neo4j parameterization for these queries - implemented function caching for biolink leaf type determination - fixed tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This includes a lot of changes (too many, sorry)
Related to upgrading to neo4j 5
Refactor of how attributes are handled and customized
Implemented attribute constraints in transpiler instead of post-query in plater, but that broke most of them (should possibly revert this, so I left all the previous code there with a comment)
Using the metaKG to determine which predicates are actually in the graph and not querying for ones that don't exist
Improved error catching and reporting
Switch from JaegerExporter to OTLP
Added actions for auto releasing a neo4j image
First pass at a deployment validation script