-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting overall download number for dataverse files #2992
Comments
Related: #2729 and the |
@chaudj, I'll add this to the "miniverse" API metrics... Right now it has downloads by month. Not vouching for uptime, but test site is here: install docs should be avail by next Monday |
@raprasad it looks like you added some install/setup docs at https://github.com/IQSS/miniverse so I'm moving this to Code Review at https://waffle.io/IQSS/dataverse so you can either advance it to QA or move it back into dev if you still want to work on the docs before letting @chaudj give miniverse a whirl. |
This morning I spoke with @raprasad about this issue and after poking around at https://services.dataverse.harvard.edu/static/swagger-ui/index.html?url=/miniverse/metrics/v1/swagger.yaml#!/metrics_-_dataverses/get_dataverses_count_monthly we think that what @chaudj wants is possible. @chaudj are you asking about download stats from https://dataverse.harvard.edu or your own installation of Dataverse? @djbrooke I'm changing the assignment from @raprasad to you because we're not sure what to do with this issue at this point. Please help. Thanks! |
fyi: The API description "advertises" monthly counts but also gives a total cumulative count. See Feel free to send along any questions {
"status": "OK",
"info": {
"generation_time": "2016-10-24T11:53:08",
"cache_time_seconds": 900,
"params": {
"start_date": "2015-05-01"
}
},
"data": {
"total_downloads": 1322766,
"record_count": 18,
"records": [
{
"yyyy_mm": "2015-05",
"count": 15656,
"running_total": 669274,
"year_num": 2015,
"month_num": 5,
"month_name": "May",
"month_name_short": "May"
}, ... |
@chaudj are you able to get the data you want out of miniverse? Installation instructions can be found at https://github.com/IQSS/miniverse |
@chaudj I believe we chatted at the most recent community meeting so I have a little more context now. One new thing I wanted to point out is that you can get overall downloads from https://dataverse.harvard.edu/api/info/metrics/downloads/toMonth (for example) as documented at http://guides.dataverse.org/en/4.9.4/api/metrics.html |
Great! Thanks...
…On Fri, 5 Oct 2018 at 09:28, Philip Durbin ***@***.***> wrote:
@chaudj <https://github.com/chaudj> I believe we chatted at the most
recent community meeting so I have a little more context now. One new thing
I wanted to point out is that you can get overall downloads from
https://dataverse.harvard.edu/api/info/metrics/downloads/toMonth (for
example) as documented at
http://guides.dataverse.org/en/4.9.4/api/metrics.html
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2992 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADAiqdQst2e-i9QmvIPz3G13e5f3hU5rks5uhrWmgaJpZM4HoLIw>
.
--
Regards,
Jacquie Muliro
Research Management Consultant
Tel: +254 721 252 532
|
Hi
Not sure if this question has been raised before but in the other versions of Dataverse, we could see the number of downloads for the entire Dataverse. In this new version, its for the specific studies.
How do i get the overall number of downloaded files.
Thanks
Jacquie
The text was updated successfully, but these errors were encountered: