Kris McGinnes
Kris McGinnes
- Neighbor expansion - Schema sync
When searching using the "All" node label type, we must ensure the resulting set of nodes has a label. Rather than enforcing all label types: ``` MATCH (v) WHERE (v:`Airport`...
Neighbor counts are queried when a node is added to the graph. This can be from search or through expansion. Sometimes these queries take a long time or fail. The...
Schema synchronization is a prerequisite to all other operations within Graph Explorer. So if it fails, the app is unusable. There are a number of cases where schema sync can...
## Description When using Neptune and the summary API, the total node and edge counts for a RDF data set in Graph Explorer are inconsistent with what I would expect....
## Description Adds a new GitHub Action workflow that will automate the creation of the ECR docker images when a new GitHub release is published (ignoring prereleases). ## Validation I'm...