I am working on a project, where users posts images/videos/texts and others can comment/like on them at large scale.
These posts should be shown to all users as latest first (no requirement of followers/following/friends strategies and filtering - simple descending order of post by timestamp).
What would be scalable database for this requirement and schema design for the same.
Thanks in Advance.
question from:https://stackoverflow.com/questions/65850749/activity-feed-schema-design