Activity feed for small social network

Hello,

I’m creating small social network based on geolocation with events, groups and photos.
How can I implement activity feed for followed members?

Should I use something like Spur or ex_unit?

Thanks!

ExAudit (you have typo in your post) looks better designed, but from the description I would say that it is meant for different thing - auditing, not tracking user activity. Spur seems to be designed for that purpose, but it seems to ignore “good practices” in Elixir world (i.e. it is using global config for repo configuration which make it impossible to use it with multiple repos).

Oh yeah, I mixed those!

Well, isn’t there any other solution out there? Spur seems to be abandoned, and documentation isn’t so good.