Posts by Raman Kumaran

How To Export Data Using Select Query In MYSQL

Introduction Exporting data using a SELECT query in MySQL is a common practice to extract specific data from a database and save it in a usable format. This allows users…

Read More

How To Generate Dynamic Numbers in MYSQL

Introduction: Generating dynamic numbers in MySQL involves creating a sequence of numbers or generating numbers dynamically in queries. This is useful in various scenarios, such as creating IDs, generating row…

Read More

How To Insert Data from One Database into Another Database Using Apache Nifi

Introduction: – In modern data management, transferring data between different databases is a common requirement. Apache NiFi, an open-source data integration tool, provides a powerful and flexible solution for this…

Read More

Reading Outlook Emails with Microsoft Graph API using OAuth 2.0 Authentication

Introduction: – The Microsoft Graph API provides a powerful way to interact with a wide range of Microsoft 365 services, including Outlook, using a unified endpoint. By leveraging OAuth 2.0…

Read More

How to Install Apache Kafka in Windows

1. Overview This document talks about how to install Apache Kafka for windows. [Note: Steps included in this document will only works windows server] 2. Technologies and Tools Used The…

Read More

How to Install Apache Nifi in Windows

 1. Overview This document talks about how to install Apache Nifi for windows. [Note: Steps included in this document will only works windows server] 2. Technologies and Tools Used The…

Read More

Creating Data Source in WebLogic Server

1. Overview This document talks about how to create a data source for java project using Oracle Web logic server. 2. Technologies and Tools Used The following technologies have been…

Read More

Common Search Using MSSQL Server Stored Procedures

1. Overview This document talks about how to use the search operation for all the reports using MSSQL server Stored Procedure. [Note: Steps included in this document will only works…

Read More