gcp

Exporting data from Storage to Memorystore using Cloud Dataflow

Recently, I got a chance to do an R&D on a requirement where I would need to read files stored in a Cloud Storage bucket, which would be processed and transformed in the desired format and stored in an in-memory data store, i.e., Memorystore for faster access. Well, honestly it took several days to figure …

Exporting data from Storage to Memorystore using Cloud Dataflow Read More »

Triggering Cloud Functions With Cloud Storage in Java

Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions, you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. Your function is triggered when an event being watched is fired. Your code executes in a fully managed environment. There is …

Triggering Cloud Functions With Cloud Storage in Java Read More »

Google Deployment Manager: Simplify your Cloud Management

Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud Platform resources like computing, databases, storage and networking. You can write flexible templates and configuration files and use them to create deployments that have a variety of Cloud Platform services, such as Google Cloud Storage, Google Compute Engine, and …

Google Deployment Manager: Simplify your Cloud Management Read More »

Google Compute Engine: Your Own Virtual Machines in Cloud

Google Compute Engine or GCE is Google’s IaaS offering in the increasingly crowded cloud computing market. It started its operations in 2013. It makes it easy for you to have access to virtual machines that deliver large amounts of computing power in a cost-effective, secure cloud environment which spans 24 Google Cloud regions.  Compute engine …

Google Compute Engine: Your Own Virtual Machines in Cloud Read More »