C4 Model Diagram - Context

@startuml !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml title System Context Diagram for My Application Person(user, "End User", "Interacts with the web app via browser") System(myapp, "My Application", "Web application for business functionality") System_Ext(snowflake_db1, "Snowflake Database 1", "External analytics data store") System_Ext(snowflake_db2, "Snowflake Database 2", "External analytics data store") System_Ext(rds_db, "AWS RDS", "Relational database for core app data") System_Ext(redis_cache, "Redis Cache", "In-memory cache for performance") Rel(user, myapp, "Uses", "HTTPS") Rel(myapp, rds_db, "Reads/Writes", "JDBC/SQL") Rel(myapp, redis_cache, "Reads/Writes", "Redis Protocol") Rel(myapp, snowflake_db1, "Queries", "Snowflake JDBC") Rel(myapp, snowflake_db2, "Queries", "Snowflake JDBC") @enduml

Comments

Popular posts from this blog

AWS S3 MRAP

SLO Compliance