For real-time data processing, ETL uses ________ to handle streaming data.
- Apache Kafka
- Hadoop
- MongoDB
- SQL Server
Apache Kafka is commonly used in ETL processes for real-time data processing. It is a distributed event streaming platform that excels at handling high-throughput, fault-tolerant, and scalable data streams, making it suitable for managing streaming data in ETL pipelines.
Loading...
Related Quiz
- For real-time data analytics, which BI tool offers more efficient and faster data processing capabilities?
- When the following is executed: data = [1, 2, 3, 4, 5]; filtered = filter(lambda x: x % 2 == 0, data); print(list(filtered)), what is the output?
- A company is migrating its data analysis operations to the cloud. What cloud computing model should they choose to maximize scalability and minimize infrastructure management?
- The term _______ refers to the automated improvement of machine learning models through experience.
- An API key is used as a form of _________ to control access to an API.