Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P844
Command-Line Input
Active
Public
Actions
Authored by
zack
on Oct 31 2020, 5:50 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
@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
Event Timeline
zack
created this paste.
Oct 31 2020, 5:50 PM
2020-10-31 17:50:16 (UTC+1)
Log In to Comment