Scribe is a server developed by Facebook for aggregating log data streamed in real time from many servers.
Its primary aim was reliability and simplicity in collecting logs at scale.
Unlike other systems, Scribe was designed to avoid complex or extensive protocols and to ensure lightweight log transfer.
It also avoids unnecessary high disk usage, relying instead on efficient pipelines.
Thus, the correct answer is Option D (None of the above).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Data Engineering Tools: Log Collection Systems (Scribe, Kafka, Flume)., ]
Submit