You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dspac...@googlegroups.com
Dear list,
We have recently been doing some integration with our DSpace repository using the REST API. Eventually we realized that it would be nice to be able to use the item views and downloads from the Solr statistics core, but those are not exposed by any externally accessible APIs. I wrote a small, lightweight Python-based tool that runs locally on the DSpace server to periodically index the Solr statistics core and expose the statistics via a simple API. And it's fast!
The tool is called "dspace-statistics-api" and you can find the source code, documentation, and deployment instructions on GitHub:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bruno Nocera Zanette, DSpace Technical Support
Dear list,
FYI I've updated my dspace-statistics-api to work with DSpace 6+ UUIDs. Previous versions used the integer item IDs present in DSpace 4 and 5. You can see more here:
This is a small tool that indexes your Solr item view and download statistics into a PostgreSQL database and makes them available via a REST API. It is written in Python and can be run using a WSGI server like gunicorn.