N
Neon2y ago
extended-salmon

On-The-Go Console

I was on my way to work when it struck me that I really wanted to check in on a project of mine. Using neons console on mobile is not quite optimal, and I was wondering what interest there would be in either a cut back website or app that can act as a baby console, but also introduce new features like branch alert notifications, compute start alerts etc. As a DevOps manager I would love this to shreds. Thanks! <3
3 Replies
harsh-harlequin
harsh-harlequin2y ago
What details of the console do you need the most on the go? I suppose priorising read-only stats is a good start?
frail-apricot
frail-apricot2y ago
For full customization, there's a lot that can be done with an API token. You could get a list of your projects: https://api-docs.neon.tech/reference/listprojects And for each, the last [x] operations: https://api-docs.neon.tech/reference/listprojectoperations
Neon
Get a list of projects
Retrieves a list of projects for the Neon account.A project is the top-level object in the Neon object hierarchy.For more information, see Manage projects.
Neon
Get a list of operations
Retrieves a list of operations for the specified Neon project.You can obtain a project_id by listing the projects for your Neon account.The number of operations returned can be large.To paginate the response, issue an initial request with a limit value.Then, add the cursor value that was returned in...
frail-apricot
frail-apricot2y ago
Maybe something like this? https://app-neon-mini.streamlit.app/ https://github.com/brendan-stephens/streamlit-neon-mini Less than 40 lines of python on streamlit.
Streamlit
A faster way to build and share data apps
Mini Dashboard for Neon Projects
GitHub
GitHub - brendan-stephens/streamlit-neon-mini: Mini Dashboard for N...
Mini Dashboard for Neon Projects. Contribute to brendan-stephens/streamlit-neon-mini development by creating an account on GitHub.
No description

Did you find this page helpful?