Skip to content
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

User/Instance Growth Statistics #59

Closed
tgxn opened this issue Oct 24, 2023 · 2 comments · Fixed by #88 or #89
Closed

User/Instance Growth Statistics #59

tgxn opened this issue Oct 24, 2023 · 2 comments · Fixed by #88 or #89
Assignees
Labels
enhancement New feature or request frontend

Comments

@tgxn
Copy link
Owner

tgxn commented Oct 24, 2023

I have this data available from the Lemmy Explorer dumps, which can show instance growth numbers for each instance.

This ticket would integrate this data into Lemmy Modder, to allow mods to:

  • View User Growth
  • View Post/Comment Growth

More difficult, and maybe related to #50 - we could pull additional statistics directly from the Lemmy DB, for example:

  • Number of reports dealt with in the past ~week
  • Number of reports resolved without content removal
  • Most active mods (maybe also data from modlog)

From https://beehaw.org/post/574562

@Pdzly
Copy link
Collaborator

Pdzly commented Oct 26, 2023

I have some thoughts about the risk and possible performance issue if you would directly hook into the database of an lemmy instance. Could be a security risk if wrongly implemented. Or just a performance bottleneck.

I would see a possibility in #60 to make this possible. For example that it could use its own source, like a pre cached database, static file that gets updated or just direct access. They can choose directly who has access to that data.

And the responsibility goes further away from you of dealing with spam, authorisation and so on.

@tgxn
Copy link
Owner Author

tgxn commented Oct 31, 2023

This feature would be sources solely from the lemmyverse data exports.

This would be a new "home" page that all users have access to. This would just report on the latest instance metrics and stats/versions, etc.

@tgxn tgxn added enhancement New feature or request frontend labels Oct 31, 2023
@tgxn tgxn self-assigned this Oct 31, 2023
@tgxn tgxn linked a pull request Oct 31, 2023 that will close this issue
3 tasks
@tgxn tgxn mentioned this issue Oct 31, 2023
@tgxn tgxn closed this as completed in #89 Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants