Kris McGinnes
Kris McGinnes
Optimize keyword search query ## Related - Parent #370
## Related Issues - Parent #370 - Related #324
Investigate all Gremlin queries and optimize when possible. ## Tasks - [x] #375 - [x] #377 - [ ] #378 - [ ] #379 - [x] #342 - [x] #380...
## Description Uses `node:20.12.2-alpine` as the base image. Since it includes Node already, we don't need to install any dependencies. The file size is small and the build process is...
Database queries go through a custom fetch process within React code. This requires a lot of boilerplate context, hooks, callbacks, memos, etc of React specific code. But this logic amounts...
Many of the queries in Graph Explorer attempt to gather more information than they need at that moment. For example: - Schema sync gathers gathers edge data, which is only...
List out all SPARQL queries and options and what information they are gathering. ## Related - Parent #371
List out all openCypher queries and options and what information they are gathering. ## Related - Parent #372
When adding a node to the graph, we fire off a query to get the neighbor node types and counts to show in the side bar and in the graph....
When selecting a node or edge, the sidebar should show the most up to date information or the user should have the option of refreshing the information. ## Implementation There...