this post was submitted on 20 Feb 2025
26 points (100.0% liked)
Fedigrow
913 readers
37 users here now
To discuss how to grow and manage communities / magazines on Lemmy, Mbin, Piefed and Sublinks
Resources:
- https://lemmy-federate.com/ to federate your community to a lot of instances
- !fedibridge@lemmy.dbzer0.com to organize overall fediverse growth
- !reddit@lemmy.world to keep tabs on where new users might come from :)
founded 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
you could also use the communities export from lemmyverse data dumps. I'd have to add some more historical metrics into redis, for communities. I already keep historical metrics, but just don't publish them.
Will need to check out lemmyverse and see what data is available.
Seems like a simple script doing an API query every 24-hours seems to be the best option, but I would rather not deal with maintaining such a script/solution. :)
that's pretty much what I do, it crawls through all the Lemmy sites (and Mbin) and data is updated each 6 hours. I've been thinking about storing a longer history of data so I could add some more graphs and stuff.
also I will probably publish the raw redis dump, which might allow for some more analytics based on it.
Please do publish the raw data, even if it is not visualised. Would be interesting to trawl through history even I do end up writing a basic API query service.