System Design Architecture: Scorer Engine // Real Example Project

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 1

  • @docodedo
    @docodedo  3 дня назад

    A case idea:
    There is a platform where we can have a dashboard of our favorite profiles.
    There's a Crawling that follows these profiles and consolidates tweets threads.
    Each tweet thread should be given a mood (angry, happy, sad, etc),
    you get that by consuming and external API service
    The profiles have an average daily mood, weekly mood, etc.
    The moods can be reviewed by a human being
    Interesting points:
    What other requirements can you think of?
    What are the implications of having a reviewer?
    What if a tweet is deleted or changed (consider that this is possible)?