...

/

Challenge: Implementing Library Analytics

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:

  1. Create the BookAnalytics class in the com.smartdiscover.model package to store ...