Replies (14)

Wouldn’t need more data than you currently download? (Assuming this is about sorting people you follow rather than suggestions for content you din’t follow).
Oh I’m thinking for content discovery - you’d need to pull all events from multiple relays and probably the reaction counts - that would kill data I think. And battery
Even just to “discover” content in your own existing feed (like stuff that happened whilst you were asleep but missed) would be cool. For content suggestion for people you don’t even follow would need more consideration.
I would recommend relays to dump to parquet files on cloudflare R2 with 0 egress charges and clients use DuckDB to query.
Makes sense. But what about parquet on ipfs or arweave? I don't think DuckDB integrates with them though! 🤔