An e-commerce platform wants to store the activities and interactions of users in real-time. The data is not structured, and the schema might evolve. Which database is apt for this scenario?
- Relational Database
- Document Database
- Event-Driven Database
- Time-Series Database
An event-driven database, such as Apache Kafka, is suitable for capturing and storing real-time activities and interactions, especially when the data is unstructured, and the schema might evolve over time.
Loading...
Related Quiz
- Which type of network architecture is primarily used for image classification tasks in deep learning?
- You're tasked with performing real-time analysis on streaming data. Which programming language or tool would be most suited for this task due to its performance capabilities and extensive libraries?
- RNNs are particularly effective for tasks like _______ because they can retain memory from previous inputs in the sequence.
- The AUC-ROC curve is a performance measurement for classification problems at various _______ levels.
- RNNs are particularly effective for tasks like _______ because they can retain memory from previous inputs in the sequence.