Data scraping is also called web scraping. It is the process of importing information or data from a website to the file saved on your computer. It is the most efficient way to get data from the web. In this article, we learn how to scrap data from the website using python selenium. What is
Tag: data
Creating ETL pipeline using Python
An ETL pipeline is a fundamental type of workflow in data engineering. The goal is to take data which might be unstructured or difficult to use and serve a source of clean, structured data. It is very easy to build a simple data pipeline as a python script. In this article, we tell you about
5 must-read books for DevOps and SRE.
You all must always be searching for good books to read. In this post, we are going to talk about some great reads in computer science and technology space. Here I will be writing about books that I have read completely or partially. If you missed reading 3 must-read books for Kubernetes you can find
Working on Scale: What is replication and sharding and where to use which one?
Hey everyone I am starting a new article series in which we will talk about working on scale. Today is the first article of this series, I don’t know how many articles it will contain as working for scale is a subject in itself and am a mere beginner. So lets start todays article of