Pages: [1]
ThEfT
 
BAM!ID: 355
Joined: 2006-05-14
Posts: 124
Credits: 3,050,080
World-rank: 115,957

2006-04-11 07:54:01

Hello Willy.

There is one feature that would really be great.
Some kind of BOINCstats API...

Let me explain. We only have the stats of our team/members in our database, so information about the position in the rankings is missing.

It would be great to have an url to get world positions, e.g. like get_worldposition_user.php?cpid=...&pr=...
which just returns the number.
The same for the team with teamid.

Do you think this is thinkable or would the traffic be too much for you?
Lee Carre
 
BAM!ID: 41
Joined: 2006-04-19
Posts: 262
Credits: 299,581
World-rank: 398,575

2006-04-13 17:20:52
last modified: 2006-04-13 17:26:18

There is one feature that would really be great.
Some kind of BOINCstats API...

It would be great to have an url to get world positions, e.g. like get_worldposition_user.php?cpid=...&pr=...
which just returns the number.
The same for the team with teamid.

Do you think this is thinkable or would the traffic be too much for you?

would something similar to the XML pages (not the DB export) currently available for some project pages work?
because an API is something completely different (althought i know what you mean, a more appropriate term is "web RPC" but that's just symentecs )

if getting an XML formatted reply to a GET request would do, then i think it wouldn't be too hard to implement, and the traffic would be much less than HTML scraping (parsing HTML pages, XML is better for data exchange), but obviously willy would have to comment, it's his server and spare-time after all



there is mention of this in FAQ #17:
What if I want to extract data from BOINCstats?

If you want to extract data from BOINCstats for tools or statistics, please contact me by email (webmasteratboincstats.com). I do not allow extracting data by wgetting (or similar) a standard page from BOINCstats. When detected, it will be blocked! This puts too much stress on the server and available bandwidth, and the amount of data sent is much more then the few numbers extracted.

I offer special downloads for those who request it and are willing to put a word of thanks or a link to BOINCstats in the tool/signature/program/etc.

the extra stress is caused by HTML scraping, and the "special method", i assume, is XML based
Want to search the BOINC Wiki, BOINCstats, or various BOINC forums from within firefox? Try the BOINC related Firefox Search Plugins
Guest

2006-04-14 00:34:48


I don't know if this has everything you are looking for, but the Berkeley stats page has a description of some RPCs you can make as well as some xml files you can download to generate your own stats if you would like. I haven't used it much myself, but it seems to include aggregate data across all projects (for world rankings, etc) as well as project specific information. The data is hosted at http://boinc.netsoft-online.com/.

I hope it helps!

smith
ThEfT
 
BAM!ID: 355
Joined: 2006-05-14
Posts: 124
Credits: 3,050,080
World-rank: 115,957

2006-04-14 08:14:15

We already have our own stats, but only for our team and not for the whole world
XMLs with exported world-rankings would be great.
Perahps one xml for every team and project (and overall) including the members ids and world rankings.
Same for teams of a project.
Lee Carre
 
BAM!ID: 41
Joined: 2006-04-19
Posts: 262
Credits: 299,581
World-rank: 398,575

2006-04-15 23:55:21

We already have our own stats, but only for our team and not for the whole world
XMLs with exported world-rankings would be great.
Perahps one xml for every team and project (and overall) including the members ids and world rankings.
Same for teams of a project.
well, it probably wouldn't be an exported XML file that you download as such, but just an XML page which is generated based on the URL in the GET request (much like the web RPC scheme for projects). I think that would be more efficient than exported XML files (i could be wrong, it would depend on how many requests were made for the same content before it changed, willy would have to comment, in short there's more overhead with exporting XMLs but if lots of requests are made for a set of exports (in one state, before they're updated the next time) then it would probably be more efficient to generate them once and serve them as static files, rather than having to generate them for each request (unless server-caching is used), as you can see, it gets quite complex rather quickly)

Want to search the BOINC Wiki, BOINCstats, or various BOINC forums from within firefox? Try the BOINC related Firefox Search Plugins
Pages: [1]

Index :: Comments and suggestions :: Boincstats Api
Reason: