Overview
Teaching: 30 min Exercises: 0 minQuestions
How can I serve out my data via a web portal
What do I need to learn in order to accomplish this?
What if I don’t want to spend my life being a systems administrator and a webmaster?
Objectives
Use available cloud services to deploy your web app
Build an API to get to your data - it’s easier than you think!
Visualize your data on your web portal - it’s easier than you think!
Building your web app in the cloud reduces the need to manage network security issues and/or maintain your own server.
I have some data on an Azure virtual machine. I have climate data in netcdf and modeled streamflow and evapotranspiration data in ASCII. I want to do a few things with it:
Key Points
Azure and Visual Studio