diff --git a/docs/sessions/03_cloud_storage.md b/docs/sessions/03_cloud_storage.md index 3a8618d..e31bb63 100644 --- a/docs/sessions/03_cloud_storage.md +++ b/docs/sessions/03_cloud_storage.md @@ -17,6 +17,19 @@ Central to using cloud for nearly all services is storing data. Cloud storage Cloud storage was engineered to save millions of files for millions of users and will take some changes to your approach to understanding how it works. +## Topics + + +[Azure Cloud Storage for Researchers](../topics/azure_cloud_storage_for_researchers.html) (Web browser slide presentation) + + + +A [Comparison of Databases and storage](../topics/storage_vs_databases.md) may help understand the role of a database vs simply keeping your data in files (for example Excel of CSV files). + +[Storage Options for a VM, and transfer back to you](../topics/moving_data/Five_storage_options_for_cloud_vm_to_local_file-date_sharing.drawio.png) + + + ## Activities - Download and install the [Azure Cloud Storage Explorer](https://azure.microsoft.com/en-us/features/storage-explorer/) See the **"Download now"** button at the top of that page. You may review the content of the page @@ -28,21 +41,19 @@ Cloud storage was engineered to save millions of files for millions of users and - Exercise: [Create an SMB Azure file share and connect it to a Windows VM using the Azure portal]https://learn.microsoft.com/en-us/azure/storage/files/storage-files-quick-create-use-windows] -## Readings -- [Azure Cloud Storage for Researchers](../topics/azure_cloud_storage_for_researchers.html) (Slides) +## Readings + - Not a bad, high-level introduction : [Edureka Azure Storage Tutorial](https://www.edureka.co/blog/azure-storage-tutorial/) (there are several pop-ups and ads, but it's a good level of of information ) - [Storage as a Service](https://s3.us-east-2.amazonaws.com/a-book/storage.html) from "Cloud Computing for Science and Engineering" -- Azure Documentation: [Introduction to the core Azure Storage services -](https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction) +- Azure Documentation: [Introduction to the core Azure Storage services](https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction) - [Table of Azure Storage Product Offerings](https://azure.microsoft.com/en-us/product-categories/storage/) - Optional: this is long (It says 46 minutes but it will probably take less time) but a good basic introduction to Azure storage:
[Azure Training: Explore Azure Storage services](https://learn.microsoft.com/en-us/training/modules/describe-azure-storage-services/) ( free training from Microsoft Learn) - optional [Understanding block blobs, append blobs, and page blobs](https://docs.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs) - -- [Introduction to Azure managed disks](https://learn.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview) This has more technical background than necessary but could be very helpful. +- [Introduction to Azure managed disks](https://learn.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview) This has more technical background than necessary but could be very helpful. ## Post-session discussion points diff --git a/docs/sessions/06A_data_servers.md b/docs/sessions/06A_data_servers.md index 8bdbf23..fb451d9 100644 --- a/docs/sessions/06A_data_servers.md +++ b/docs/sessions/06A_data_servers.md @@ -10,7 +10,12 @@ title: 6A - Data Servers Data servers (like Relational Databases) can be a powerful tool for even small research projects. When we say "Data Servers" or "Data Systems" we mean any server with data processing capabilities that you connect to with a client to send data, commands and receive results. The most widely used and classic example is the relational database management system (RDBMs) invented in the 1970s, but there are many other types. A central advantage of data servers is ability to handle many conncurrent connections. Connections can be from many users, a web application serving many uers, or many other concurrent processes. Like other systems (such as VMs, File storage servers, big data tools, etc), these data systems don't require cloud computing, but cloud companies offer database services such taht with a few clicks you can have a server that would take a week to provision and years to maintain. A data server could be a productive addition to your cloud architecturee, or the central aspect of your fellowship project. -I have use databases with many research projects that had significant data entry burden requiring many work-hours of students typing in data, or shared systems. +Databases are used in thosands of research projects that had significant data entry burden requiring many work-hours of students typing in data, or shared systems. + +## Databases vs Storage + +A [Comparison of Databases and storage](../topics/storage_vs_databases.md) may help understand the role of a database vs simply keeping your data in files (for example Excel of CSV files). + ## Readings diff --git a/docs/topics/azure_cloud_storage_for_researchers.html b/docs/topics/azure_cloud_storage_for_researchers.html index 83c990b..cec2be4 100644 --- a/docs/topics/azure_cloud_storage_for_researchers.html +++ b/docs/topics/azure_cloud_storage_for_researchers.html @@ -31,7 +31,6 @@