pulibrary / dspace-cli

command line scripts accessing and modifying DSpace content
0 stars 0 forks source link

Improve the statistics report generation #52

Closed jrgriffiniii closed 3 years ago

jrgriffiniii commented 4 years ago

These need not be automated for the 5.3 installation, but this should be a long-term goal. UI-facing

jrgriffiniii commented 4 years ago

Following the progress made on #68, it was discovered that the statistics.rb scripts needs to be updated on the server environment for the OAR.

jrgriffiniii commented 4 years ago

James found /u/dspace/ruby/cli (this was actually a git repository for akinom/dspace-cli) to contain a statistics directory on the server, and rebased the git repository from the pulibrary/dspace-cli master branch.

jrgriffiniii commented 4 years ago

Attempting to update the dspace-cli repository on the OAR QA environment (oar-dev.princeton.edu), the following discrepancy was found:

dspace@oar-qa-repo: master cli> git remote -v
origin  https://monikam@bitbucket.org/monikam/dspace-cli.git (fetch)
dspace@oar-prod-repo: master cli> git remote -v
origin  https://github.com/akinom/dspace-cli.git (fetch)
jrgriffiniii commented 4 years ago

The last commit for dspace-cli for the OAR QA environment dates from September 27th, 2017, leading me to believe that the OAR QA was perhaps not used often to test certain JRuby scripts.

jrgriffiniii commented 4 years ago

The last commit for dspace-jruby was logged at June 29th 2017 on the OAR QA environment.

jrgriffiniii commented 4 years ago

Testing and developing improvements for the statistics procedures can be run safely against the production database and Solr endpoint, as these are exclusively read-only operations.

kmcelwee commented 3 years ago

Atmire's Solr statistics utility, combined with the REST API and database queries have been successful at meeting stakeholder needs for the past year.