feat(network): add network overview notebook #43
+335
−1
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.
Summary
Adapts PR #13 by @cortze to the current Jupyter/Astro architecture. Adds a new notebook visualizing network connectivity from Xatu sentry nodes:
Changes
queries/network_overview.py- New query fetching fromlibp2p_connected_localnotebooks/09-network-overview.ipynb- Jupyter notebook with Plotly visualizationspipeline.yaml- Registered query and notebooksite/src/components/Icon.astro- Added Network iconOriginal PR
This is an adaptation of #13 which was based on the old Quarto architecture. The visualizations and queries have been ported to the current Jupyter + papermill + nbconvert pipeline.
Test plan
just fetch <date>to fetchxatu_client_connectivitydatajust render <date>to render the notebook