...

/

Challenge: Implementing Library Reporting

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:

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