aws / aws/graph-explorer

[Project] Avoid loading information prematurely

Open
#369 0 comments 0 reactions 1 assignee Claimed by @kmcginnes View on GitHub
performance reliability
Dominant language
TypeScript
Stars
481
Forks
108
Avg merge
6d 8h
Merged PRs (30d)
5

Description

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 used for edge styling
- Schema sync gathers node & edge total counts, which is shown as a nice summary in connections
- Adding a node to the graph gathers neighbor counts by type, which is used in the expand side bar for the selected node, the collapsed neighbor count badge, and the total neighbors in the table representation.
- Adding a node to the graph gathers node attributes and values, which is used in the details side bar for the selected node and in search

## Tasks
- [ ] #373
- [ ] #351
- [x] #341

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.