What is Apache Kafka?
Apache Kafka is a community distributed event streaming platform capable of handling trillions of events a day. Initially conceived as a messaging queue, Kafka is based on an abstraction of a distributed commit log. Since being created and open sourced by LinkedIn in 2011, Kafka has quickly evolved from messaging queue to a full-fledged event streaming platform.
What is Structured data?
The term structured data refers to data that resides in a fixed field within a file or record. Structured data is typically stored in a relational database (RDBMS). It can consist of numbers and text, and sourcing can happen automatically or manually, as long as it’s within an RDBMS structure. It depends on the creation of a data model, defining what types of data to include and how to store and process it.
The programming language used for structured data is SQL (Structured Query Language). Developed by IBM in the 1970s, SQL handles relational databases. Typical examples of structured data are names, addresses, credit card numbers, geolocation, and so on.
e.g:

What is Semi-Structured data?
A simple definition of semi-structured data is data that can’t be organized in relational databases or doesn’t have a strict structural framework, yet does have some structural properties or loose organizational framework. Semi-structured data includes text that is organized by subject or topic or fit into a hierarchical programming language, yet the text within is open-ended, having no structure itself.
Emails, for example, are semi-structured by Sender, Recipient, Subject, Date, etc., or with the help of machine learning, are automatically categorized into folders, like Inbox, Spam, Promotions, etc.
e.g. JSON,XML, Spreadsheets

What is Unstructured Data?
Unstructured data is more or less all the data that is not structured. Even though unstructured data may have a native, internal structure, it’s not structured in a predefined way. There is no data model; the data is stored in its native format.
Typical examples of unstructured data are rich media, text, social media activity, surveillance imagery, and so on.
The amount of unstructured data is much larger than that of structured data. Unstructured data makes up a whopping 80% or more of all enterprise data, and the percentage keeps growing. This means that companies not taking unstructured data into account are missing out on a lot of valuable business intelligence.
As per the IDG - IUnstructured data volume rate growth is 62% per year.
e.g.

What is Quasi-Structured data?
Quasi-structured data is more of a textual data with erratic data formats. It can be formatted. with effort, tools, and time. This data type includes web clickstream data such as Google. searches.
Examples:Clickstream data - Webpages a user has visted , what is the order of the visit

What is Big Data?

What are the 6 V’s that Characterises Big data?

What is Big data Analytics?
Big Data Analytics is the complex process of inspecting the Big Data to uncover information that can help organization make inform business decisions. Items which big data can assist to uncover:

What are the Benefits of Big Data?

What are the Use Cases for Big Data Analytics?

What are the Kafka Features?
What are the Kafka Use Cases - Messaging?
What are the Kafka Use Cases - Activity Tracking?
What are the Kafka Use Cases - Matrics and Logging?
What are the Kafka Use Cases - Log Aggregation?
What are the Kafka Use Cases - Stream Processing?
What are the Kafka Use Cases - Event Sourcing?
What are the Kafka Use Cases - Commit Log?
What are Kafka Terminologies?
What are the Kafka Cluster Types - Single Node-Single Broker Cluster ?

What are the Kafka Cluster Types - Single Node-Multiple Broker Cluster ?

What are the Kafka Cluster Types - Multiple Nodes- Multiple Brokers Cluster ?
