There are many choices when it comes to writing scripts on Linux. The bash shell script has been a popular choice, since the bash shell itself is a programming language and the commands used in the script match the syntax of the shell. Python is becoming increasingly popular for scripting on Linux because of its simple syntax, easy access to Linux system commands, and powerful … [Read more...] about Create Python Linux Script to Generate a Disk Usage Report
Data Management
Jakarta Persistence (JPA)
This course takes the student through a variety of labs exploring the interaction between Java Object Domain Models and Relational Database Tables, this is becoming the standard approach for database access in Java Applications. The course will illustrate how using meta data annotations, you can map domain objects to database tables, and class properties to columns in those … [Read more...] about Jakarta Persistence (JPA)
Exploring the Lineage of Data with Cloud Data Fusion
This is a self-paced lab that takes place in the Google Cloud console. This lab shows how to use Cloud Data Fusion to explore data lineage - the data's origins and its movement over time. … [Read more...] about Exploring the Lineage of Data with Cloud Data Fusion
Overview of Data Visualization
In this project, you will develop an understanding and appreciation for data visualization. You will review the benefits of data visualization as you examine existing examples of data that is displayed in a variety of visual formats. In addition, you will gain some hands-on experience in building your own data visualization examples by aggregating data and generating simple … [Read more...] about Overview of Data Visualization
Manage Azure Blob Storage Lifecycle
In Azure Blob Storage, you pay for the storage that blobs take up and the tier that they are stored in. For instance, blobs that are stored in the Hot tier are the most expensive and can be accessed directly, and blobs in the Archive tier are the least expensive and take a while to be accessed. This tiered system is great and works well when you actively move your blobs to … [Read more...] about Manage Azure Blob Storage Lifecycle