Pick at least two NoSQL DBMSs (e.g., MongoDB and Cassandra).
Define one analytically identical task/query.
Store the same data in both DBMSs (structures may differ to fit each model).
Run analogous queries; record response time, correctness, and implementation effort.
Analyze differences: which was simpler/faster/more convenient; when to prefer each DBMS.
Report: storage structures, queries and results, pros/cons, recommendations.
Use the HW7 measurement protocol for timings.