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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *