DSpace statistics API

DSpace stores item view and download events in a Solr "statistics" core. This information is available for use in the various DSpace user interfaces, but is not exposed externally via any APIs. The DSpace 4+ REST API, for example, only exposes information about communities, collections, item metadat...

Full description

Bibliographic Details
Main Author: Orth, Alan S.
Format: Source Code
Language:Inglés
Published: International Livestock Research Institute 2018
Subjects:
Online Access:https://hdl.handle.net/10568/99143
Description
Summary:DSpace stores item view and download events in a Solr "statistics" core. This information is available for use in the various DSpace user interfaces, but is not exposed externally via any APIs. The DSpace 4+ REST API, for example, only exposes information about communities, collections, item metadata, and bitstreams. This project contains an indexer and a Falcon-based web application to make the statistics available via a simple REST API. You can read more about the Solr queries used to gather the item view and download statistics on the DSpace wiki.