PlantUML로 Firebase 아키텍처 작성
사용법은 README에 쓰고 있는 그대로입니다만, 아래와 같이 되어 있습니다.
@startuml
left to right direction
!define FirebasePuml https://raw.githubusercontent.com/k2wanko/firebase-icons-plantuml/master/plantuml
!includeurl FirebasePuml/FirebaseCommon.puml
!includeurl FirebasePuml/FirebaseAll.puml
actor "Person" as personAlias
Firestore(db, "Database", "Document Database")
Functions(func, "onCreate", "node8")
Analytics(ga, "Analytics", "")
PerformanceMonitoring(monitor, "Performance Monitoring", "")
personAlias --> db
db --> func: firestore.create
func --> personAlias: push notification
personAlias --> ga
personAlias --> monitor
@enduml
@startuml !define FirebasePuml https://raw.githubusercontent.com/k2wanko/firebase-icons-plantuml/master/plantuml !includeurl FirebasePuml/FirebaseCommon.puml !includeurl FirebasePuml/FirebaseAll.puml actor "Person" as personAlias FirestoreParticipant(db, "Database", "Document Database") FunctionsParticipant(func, "onCreate", "node8") personAlias --> db db --> func: firestore.create func --> personAlias: push notification @enduml 그럼 좋은 해
Reference
이 문제에 관하여(PlantUML로 Firebase 아키텍처 작성), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/koki_cheese/items/8bf4ab9764462046f421텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)