Follows — Component Diagram

Social graph service. Manages follower → followee relationships with

Deploy URL: https://follows.dev.platform.loop.health

Architecture

Summary

Endpoints: 8

Path
/readyz
/v1/follows
/v1/follows/followers/{subject_id}
/v1/follows/following/{subject_id}
/v1/follows/check
/v1/follows/counts/{subject_id}
/v1/blocks
/v1/blocks/check

Events published:

  • follows.created.v1
  • follows.deleted.v1
  • follows.blocked.v1
  • follows.unblocked.v1