Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node-explorer data to SQL explorer #639

Open
Andrew-Dickinson opened this issue Oct 10, 2024 · 2 comments
Open

Add node-explorer data to SQL explorer #639

Andrew-Dickinson opened this issue Oct 10, 2024 · 2 comments
Labels
Admin Panel Issues pertaining to the Admin Panel, its workflow, and its UI Data Model Issue related to the core DB data model enhancement New feature or request

Comments

@Andrew-Dickinson
Copy link
Member

Make node explorer data available in sql-explorer so that for example, you can join dependent nodes in with queries of meshdb metadata.

I think we can use psql-http to create a stored procedure or VIEW which queries node-explorer / outage-analyzer, and provides the result in tabular format

@Andrew-Dickinson Andrew-Dickinson added enhancement New feature or request Admin Panel Issues pertaining to the Admin Panel, its workflow, and its UI Data Model Issue related to the core DB data model labels Oct 10, 2024
@Andrew-Dickinson
Copy link
Member Author

Could also do some kind of ETL job as a celery worker that fills up a table with the data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin Panel Issues pertaining to the Admin Panel, its workflow, and its UI Data Model Issue related to the core DB data model enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant