Challenge: Implementing Library Reporting
Challenge yourself to implement library analytics using Spring Data Elasticsearch.
We'll cover the following...
Implement library reporting
Extend the existing library management system to include some reporting. We should be able to check the three most popular books and associated authors.
Tasks
In this challenge, complete the following tasks:
-
Create the
BookAnalytics
class in thecom.smartdiscover.model
package to store the analytics ...