ioos / Cloud-Sandbox

IOOS' Coastal Modeling Cloud Sandbox provides a framework for developing, modifying and running models in the cloud. It provides repeatable configurations, model code and required libraries, input data and analysis of model outputs. The Sandbox supports not only the development of services and models, but also Cloud HPC to run and validate models.
https://www-sandbox.ioos.us/
BSD 3-Clause "New" or "Revised" License
15 stars 12 forks source link

Excellent work. Are you using GitOps to sync code with running infrastructure?? #35

Closed rezuma closed 1 year ago

rezuma commented 2 years ago

This is very similar to what we have built and deploy for NASA Earth Information System. Great work.! Are you using GitOps approach to maintain the deployment? We are now deploying Flux and Crossplane to sync code<-->deployment

We are building additional Jlab extensions (to be open sourced) for the scientists that connect Jupyterhub to multiple public datasets in AWS, Azure, and Google Cloud, Turn any Notebook into a API endpoint (so you can public a NetCDF to Zarr endpoint, etc ) and connection of Notebooks to NLP AI

Very exciting and beneficial for the science community

patrick-tripp commented 1 year ago

Thanks for the comment. We are not using GitOps currently. I'll take a look at some of those tools though. Thanks.

Your work in JupyterHub sounds really great! I'll have to check it out.