Closed foot closed 1 year ago
cc @enekofb @jpellizzari wdyt?
sounds definitely worthy to spike it with one of them!
I think that a good approach would be someone from Pesto to pair with any of us in the spike?
@foot @ranatrk this document is also internal for extending explorer https://github.com/weaveworks/weave-gitops-enterprise/blob/main/docs/extending-explorer.md
Adding you to the slack channel if you need any support
Issues w/ templates:
<Explorer types={["gitopssets"]} />
(?) kind of thing, we can do this in follow up PRs
Current querying system of many EE resources is SLOW, explorer is backed by sqlite/db cache and is very fast! Lets try and use this fast system.
The current endpoints:
Are all using the older "slower" (create restmapper etc each request), system, can we take advantage of the new explorer querier?
Guide on how to use the explorer apis and add a new type to it: