You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UofA would like to talk about options for importing statistics into DSpace with Scholaris. A dump of statistics data would help inform that conversation.
Desired outcome:
export of dev environment redis data as csv or json
export of test/production environment redis data as csv or json
The text was updated successfully, but these errors were encountered:
redis = Jupiter::Redis.current # gets an instance of https://github.com/redis-rb/redis-client
=> #<ConnectionPool::Wrapper:0x00007f86bcd72388 @pool=#<ConnectionPool:0x00...
counters = redis.keys("jupiter.staging.counter*") # gets all the counter keys
=>
["jupiter.staging.counter.view.2667339e-fa5e-4516-9f80-c9d601ae1767",
...
count = redis.get(counters.first) # is the number of views/downloads for that counter key
=> "1"
UofA would like to talk about options for importing statistics into DSpace with Scholaris. A dump of statistics data would help inform that conversation.
Desired outcome:
The text was updated successfully, but these errors were encountered: