Hmm. So I want to implement home timelines in MongoDB. Any advice? I'm thinking at the moment of just having each user have a list of post ids, and adding new ones to it as their followers make new posts. That doesn't deal super well with following and unfollowing, though, as the timeline needs to be updated each time this happens. :/
Conversation
Notices
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 05-Jun-2018 16:23:20 EDT ☭⚑ Comrade Angles ⚑☭
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 05-Jun-2018 16:23:45 EDT ☭⚑ Comrade Angles ⚑☭
I guess I could just have the user's client assemble this list on the spot whenever they want to use it? This might cause some lag sometimes though, and it seems pretty inefficient... :/
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 05-Jun-2018 16:24:09 EDT ☭⚑ Comrade Angles ⚑☭
I guess I don't really need this feature just yet? I dunno. :/
-
-