Data Ingestion Use Cases: Moving Big Data Into Hadoop
Data Ingestion Use Cases: Moving Big Data Into Hadoop
In this lesson, we will discuss some common data ingestion use cases in the industry.
This is the part where I talk about some of the data streaming use cases
commonly required in the industry.
Log Processing #
If your project isn’t a hobby project, chances are it’s running on a cluster.
When we talk about running a large-scale service, monolithic systems are a
thing of the past. With so many microservices running concurrently. There is
a massive number of logs which is generated over a period of time. And logs
are the only way to move back in time, track errors & study the behaviour of
the system.
So, to study the behaviour of the system holistically, we have to stream all the
logs to a central place. Ingest logs to a central server to run analytics on it with
the help of solutions like ELK Elastic LogStash Kibana stack etc.
Alright!! time to have a look into data pipelines in the lesson up-next.