![]() |
Data Visualization - Apache Superset Guide. Image Source: Unsplash |
July 10, 2023 / by Rathish Kumar B
![]() |
Data Visualization - Apache Superset Guide. Image Source: Unsplash |
March 09, 2023 / by Rathish Kumar B
![]() | |
|
Let's assume, you have data pipeline deployed on Google Cloud Platform, events are published to Cloud Pub/Sub topic from publisher client, and subscribed by a data processing application, which reads data from the Cloud Pub/Sub subscription, process it and write it to BigQuery table.
March 02, 2023 / by Rathish Kumar B
| Microsoft Graph (Source: microsoft.com) |
January 18, 2023 / by Rathish Kumar B
![]() |
| Building Apache Beam Data Pipeline (Source: Pixabay) |
In introduction article of this series Streaming Analytics in Google Cloud Platform (GCP) - Introduction, we have seen the basics of streaming analytics, its importance and example uses cases, and short introduction about the Google Cloud Services, we will be using to build Streaming Analytics system in Google Cloud Platform.
January 13, 2023 / by Rathish Kumar B
Hello everyone, in the previous article Streaming Analytics in Google Cloud Platform - Introduction, we have covered what is streaming analytics, what services we are going to use and a quick introduction to each service. In this part of the series, we will begin the installation of SDKs, and libraries and set up our environment.
January 10, 2023 / by Rathish Kumar B
![]() |
| Streaming Analytics in Google Cloud Platform (image source - pixabay) |
Welcome to our new series on building a streaming analytics system in the Google Cloud Platform!. Let's begin with a quick introduction. Streaming analytics is the process of analysing data in real-time as it is received. Streaming analytics enables an organisation to gain insights and make decisions based on the most up-to-date data, in real time. This is crucial for business as it allows organisations to respond to changes and opportunities in a timely manner.
June 03, 2021 / by Rathish Kumar B
![]() |
| Installing & Configuring Docker Engine & Docker-compose on CentOS. Source: pixabay |
May 19, 2021 / by Rathish Kumar B
![]() |
| Monitoring Dashboard with charts - credit pixabay |
Getting insights into performance, availability and health status of infrastructure and application is very critical for building and managing reliable systems. When we are dealing with clusters of instances, it is becoming very challenging to collect, aggregate and derive actionable insights from data in real time. There are monitoring tools available to address this challenge, both open source and commercial products, we are going to discuss about how to achieve real-time log streaming analytics and monitoring in Google Cloud Platform.
May 18, 2021 / by Rathish Kumar B
![]() |
| MySQL ARCHITECTURE |
May 17, 2021 / by Rathish Kumar B
In this article, we are going to discuss about implementing Euclidean distance in PostgreSQL database. Before getting into actual implementation, let me give you a quick background to understand the need for writing this article. I have been working on Face Authentication system and to perform Face Verification task, we need to compute the distance between two faces. There are a lot of implementations out there to achieve this using Python, however it did not help in my case, so I have implemented the Euclidean distance computation in PostgreSQL. Let's see about the challenges and solutions in detail.
This part contains below steps:
This part contains below steps:
After dealing with these issues for sometime, I have changed my approach to overcome above mentioned challenges. The current implementation works as follows:
![]() |
| Face Recognition - Computing Euclidean distance in PostgreSQL |
June 10, 2019 / by Rathish Kumar B
| New Availability Group - Specify Replicas |
June 01, 2019 / by Rathish Kumar B
| Creating Integration Service (SSIS) Catalog |