IdleLands / IdleLandsOld

[DEPRECATED] A full-blown idling RPG. It has a modular backend that can be added to any existing frontend via a REST API.
http://idlelands.github.io/IdleLandsOld
MIT License
41 stars 28 forks source link

stats server #832

Open seiyria opened 9 years ago

seiyria commented 9 years ago

All of the analysis tools need to hit somewhere and have them display a neat thing. There should probably be an API hook that allows for travis-ci builds to say "hey, here's the data from this build"

Data would include

Considerations:

The easy answer is to auto-expire records, but that doesn't have a sense of permanence. What will probably happen is they will all be stored, since it's very small amounts of data. Or use webhooks or something. I don't know, this will require research but it could be a really cool project.

This could go on idle.land in a separate area from analytics.

These links might be useful: