Challenge: Implementing Library Analytics
Challenge yourself by implementing library analytics using Spring Data Cassandra.
We'll cover the following...
Implement library analytics
Extend the existing library management system to include some analytics. We should let the system record the number of books borrowed, viewed, and rated.
Tasks
In this challenge, complete the following tasks:
-
Create the
BookAnalytics
class in thecom.smartdiscover.model
package to store ...