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...

Descripción completa

Detalles Bibliográficos
Autor principal: Orth, Alan S.
Formato: Source Code
Lenguaje:Inglés
Publicado: International Livestock Research Institute 2018
Materias:
Acceso en línea:https://hdl.handle.net/10568/99143
Descripción
Sumario: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.