Posts byRamaninder Singh

Installing & Working with Python Virtual Environment

In this tutorial, we will learn about Python Virtual Environment (also referred to as virtualenv). We will cover installation of required packages as well as how to use virtual environments for development process. 1. What is Virtual Environment? A python virtual environment is an isolated working copy of Python. It allows us to work on
CONTINUE READING

Understanding General Data Protection Regulation (GDPR)

Companies that collect any kind of personal data on citizens in European Union (EU) countries will need to comply with new rules regarding the protection of customer personal data as per the guidelines of the new standard called General Data Protection Regulation also known as GDPR in short. Organizations are in the process of understanding
CONTINUE READING

Apache NiFi Interview Questions

In this article, we will look at Apache NiFi Interview Questions. Questions are of varying complexity but all are very important and you should know the answer to all these questions before going to an interview. Apache NiFi Interview Questions and Answers 1. What is Apache NiFi? Apache NiFi is enterprise integration and dataflow automation
CONTINUE READING

Apache NiFi: An Introduction

In this articles, we will understand what Apache NiFi is, how we can use it and where it fits in the whole big data ecosystem. Content: Content is the actual data coming in the dataflow. Attributes: Attrubtes are the key-value pairs which define some attributes related to the flowfile or data in that flowfile.  
CONTINUE READING