DIAGRAMMATIC
save your work locally, this app is going away soon!
Login with GitHub
CODE
dejan
/
Twitter system context
(public)
@startuml Twitter_System_Context !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/release/2-0/C4_Context.puml title System Context diagram for Twitter Person(user, "User", "A user of the Twitter platform.") Person(advertiser, "Advertiser", "Businesses or individuals looking to promote their products or services.") System(twitter, "Twitter", "A social networking service that allows users to post and interact with messages known as 'tweets'.") System_Ext(emailService, "Email Service", "Sends notifications and password resets to users.") System_Ext(smsService, "SMS Service", "Sends notifications and account verification codes via SMS.") System_Ext(apiGateway, "API Gateway", "Enables third-party integrations and applications.") Rel(user, twitter, "Posts tweets, follows other users, interacts with tweets") Rel(advertiser, twitter, "Creates and manages advertising campaigns") Rel(twitter, emailService, "Uses for sending emails") Rel(twitter, smsService, "Uses for sending SMS messages") Rel(apiGateway, twitter, "Integrates with") @enduml
PREVIEW
PNG
SVG
Auto-save OFF
Saving
You can change the code, but you won't be able to save it as you are not the owner.
plantuml