Unlike relational databases, NoSQL databases such as MongoDB store data as collections of fields, rather than rows and columns. It mimics the way humans think of objects and provides a smooth interface for applications that are object-oriented. Each ‘object’ is stored in JSON format in a data structure called a Document. The Document may represent a single word and its … [Read more...] about CRUD Operations using MongoDB NoSQL
Data Management
Enhancing User Interactivity in Looker with Liquid
This is a self-paced lab that takes place in the Google Cloud console. In this lab you will use Liquid parameters and templated filters to enhance interactivity by users in Looker. … [Read more...] about Enhancing User Interactivity in Looker with Liquid
SQL CASE Statements
Welcome to this project-based course, SQL CASE Statements. In this project, you will learn how to use SQL CASE statements to query tables in a database. By the end of this 2-hour long project, you will be able to write simple CASE statements to retrieve the desired result from a database. Then, we will move systematically to write more complex SQL CASE statements. … [Read more...] about SQL CASE Statements
Installing Anthos Service Mesh on Google Kubernetes Engine
In this lab you will install the Anthos Service Mesh, and use it with the Bookinfo microservices application, all on a GKE cluster. … [Read more...] about Installing Anthos Service Mesh on Google Kubernetes Engine
Custom Reports in Google Analytics
In this project, you will create three custom reports in Google Analytics, using three different methods. You will understand the building blocks of a custom report. You will determine what data is needed for a custom report. And, you will create the custom report to best meet your analysis and monitoring needs. You will also discover the Google Gallery where you can find … [Read more...] about Custom Reports in Google Analytics