Google Cloud Platform

Google Cloud Platform Overview

Reading Time: 6 minutes As all of you might know, Cloud services can be broadly classified into three categories: IaaS(Infrastructure as a Service), PaaS(Platform as a Service), and SaaS(Software as a Service).  What is GCP? GCP (Google Cloud Platform) is an offering by Google that provides IaaS and PaaS services. SaaS services are also provided by Google in the form of G Suite(Google Workspace). Both G Suite and GCP Continue Reading

GCP – ‘Cloud Run’ in Seconds

Reading Time: 4 minutes As a developer, you might want to quickly deliver great cloud applications like web apps, mobile APIs, and background jobs. But choosing a cloud solution often comes with trade-offs. On the one hand, you can choose to manage your servers. But this can mean provisioning and configuring them yourself, plus worrying about scaling up and down as traffic patterns change. And you might run the Continue Reading

Google BigQuery: An Introduction to Big Data Analytics Platform.

Reading Time: 6 minutes Hey Folks, Today we going to discuss Google BigQuery, an enterprise data warehouse with built-in machine learning capabilities. Before going to BigQuery, let’s understand what is Google Cloud Platform?Google Cloud Platform is a suite of public cloud computing services offered by Google. The platform includes a range of hosted services for compute, storage and application development that run on Google hardware. Google Cloud protects your data, applications, Continue Reading

Getting Started with Google Kubernetes Engine

Reading Time: 3 minutes Kubernetes has come out to be one of the most popular opensource container orchestration tool. It’s effectiveness in deploy, manage and scaling of containerized applications is without doubt. But, the complexity it brings requires a steeper learning curve and could be a deterrent for wider adoption. All major cloud service providers have come up with it’s easy adoption by offering container orchestration as a managed Continue Reading

How to search in the Google Data Catalog by tags in Java

Reading Time: 3 minutes What is Data Catalog? Data Catalog is a fully managed, scalable metadata management service in Google Cloud’s Data Analytics . Data Catalog Search scope In Data Catalog search scope depends on users i.e. Search results may be different for users with different permissions. For example, if a user has BigQuery metadata read access to an object. Than object will appear in their Data Catalog search Continue Reading

Networking in Google Cloud Platform

Reading Time: 6 minutes Virtual Private Cloud Network or simply network is a virtual version of a physical network. In Google Cloud Networking, networks provide data connections into and out of cloud resources – mostly Compute Engine instances. Securing the networks is critical to securing the data and controlling access to the resources. Google Cloud Networking achieves flexible and logical isolation of unrelated resources through its different levels.