1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-25 15:48:20 +01:00

README.md: Add requirements

This commit is contained in:
Alan Orth 2018-09-27 08:57:27 +03:00
parent 7499b89d99
commit bb744a00b8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,7 +1,11 @@
# DSpace Statistics API # DSpace Statistics API
A quick and dirty REST API to expose Solr view and download statistics for items in a DSpace repository. A quick and dirty REST API to expose Solr view and download statistics for items in a DSpace repository.
Written and tested in Python 3.5, 3.6, and 3.7. Requires PostgreSQL version 9.5 or greater for [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT). ## Requirements
- Python 3.5+
- PostgreSQL version 9.5+ (due to [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT)).
- DSpace 4+ with [Solr usage statistics enabled](https://wiki.duraspace.org/display/DSDOC5x/SOLR+Statistics)
## Installation ## Installation
Create a virtual environment and run it: Create a virtual environment and run it: