Vivek Naskar

Hey there! I am Vivek. I am a software developer with extensive experience spanning more than 7 years in the industry. I love coding and developed quite an interest in it when I was a kid. I have worked in multiple programming languages, and I love working with cloud-native and cloud technologies. I also love writing articles about programming, technology, and sometimes life stories. This blog is my getaway, where I get to tell stories about everything about technology.

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 »

Cloud Dataflow: A Unified Model for Batch and Streaming Data Processing

Dataflow is a fully managed service to execute pipelines within the Google Cloud Platform ecosystem. It is a service that is fully dedicated to transforming and enriching data in stream (real-time) and batch (historical) modes. It is a serverless approach where users can focus on programming instead of managing server clusters, can be integrated with

Cloud Dataflow: A Unified Model for Batch and Streaming Data Processing Read More »