@startuml arch-context ' !includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml !include /home/zack/dati/src/plantuml/C4-PlantUML/C4_Container.puml ' title System Context diagram for Software Heritage Filesystem (SwhFS) left to right direction Person(user, "User") System_Boundary(swhfs_bound, "SwhFS") { Container(swh_fuse, "swh.fuse", "pyfuse3, libfuse, FUSE", "Provides a filesystem abstraction over the Software Heritage archive") } System_Ext(archive, "Software Heritage archive") Rel(user, swh_fuse, "Access", "Filesystem") Rel(swh_fuse, archive, "Retrieve objects and metadata", "REST API") @enduml