{"id":18637456,"url":"https://github.com/okunev-e/plantuml_examples","last_synced_at":"2026-01-25T14:05:34.695Z","repository":{"id":208113819,"uuid":"720821400","full_name":"okunev-e/plantuml_examples","owner":"okunev-e","description":"UML Diagrams Examples with PlantUML","archived":false,"fork":false,"pushed_at":"2023-12-03T15:12:20.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T13:52:40.107Z","etag":null,"topics":["erd","erdiagram","plantuml","plantuml-diagrams","uml","uml-diagrams"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/okunev-e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-19T17:47:54.000Z","updated_at":"2024-11-06T19:00:52.000Z","dependencies_parsed_at":"2023-12-01T20:36:02.062Z","dependency_job_id":"39ede072-4680-4044-a2f6-47c57a1dc38d","html_url":"https://github.com/okunev-e/plantuml_examples","commit_stats":null,"previous_names":["okunev-e/plantuml_examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/okunev-e/plantuml_examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okunev-e%2Fplantuml_examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okunev-e%2Fplantuml_examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okunev-e%2Fplantuml_examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okunev-e%2Fplantuml_examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okunev-e","download_url":"https://codeload.github.com/okunev-e/plantuml_examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okunev-e%2Fplantuml_examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["erd","erdiagram","plantuml","plantuml-diagrams","uml","uml-diagrams"],"created_at":"2024-11-07T05:36:05.846Z","updated_at":"2026-01-25T14:05:34.673Z","avatar_url":"https://github.com/okunev-e.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Примеры диаграмм на PlantUML\n---\n#### Содержание\n- [Диаграмма статусов обработки заявки](#statuses)\n- [Диаграмма вариантов использования](#usecases)\n- [Схема компонентов системы](#system_components)\n- [Диаграмма \"сущность-связь\"](#entity_relasionship)\n- [Диаграмма последовательности](#sequence_diagram)\n---\n\nПримеры UML-диаграмм и других схем с использованием удобного инструмента для быстрого создания диаграмм с помощью текста 🌱 [PlantUML](https://plantuml.com/ru/).\n\nПри добавлении приведенных здесь диаграмм и схем в Confluence (например, через макрос PlantUML Macro) обязательно посмотрите их через предпросмотр страницы перед публикацией. Сервис рендеринга диаграмм в Вашем Confluence может их визуализировать по-другому. И, возможно, надо будет их отредактировать.\n\nВсе диаграммы и схемы проверены на [planttext.com](https://www.planttext.com/).\n\nThere are UML-diagrams examples using an easy tool for fast diagram creating by text 🌱 [PlantUML](https://plantuml.com/).\n\nIf you add these diagrams and schemas to Confluence (for example, through the PlantUML Macro), preview before publishing. The PlantUML rendering service in your Confluence may render it differently. And You may need to edit it.\n\nAll diagrams and schemas have been validated with [planttext.com](https://www.planttext.com/).\n\n---\n### \u003ca name=\"statuses\"\u003eДиаграмма статусов обработки заявки\u003c/a\u003e\nИсходный код диаграммы: [states_diagram_exmple.puml](https://github.com/okunev-e/plantuml_examples/blob/main/states_diagram_exmple.puml)\n\nДиаграмма создана с помощью Visual Studio Code.\n\nDiagram code: [states_diagram_exmple.puml](https://github.com/okunev-e/plantuml_examples/blob/main/states_diagram_exmple.puml)\n\nDiagram was created with Visual Studio Code.\n\n\u003cimg src=\"https://github.com/okunev-e/plantuml_examples/blob/main/request_statuses_example.svg\" width=\"400\"/\u003e\n\n---\n### \u003ca name=\"usecases\"\u003eДиаграмма вариантов использования\u003c/a\u003e\nИсходный код диаграммы: [use_case_diagram_example.puml](https://github.com/okunev-e/plantuml_examples/blob/main/use_case_diagram_example.puml)\n\nДиаграмма создана с помощью Visual Studio Code.\n\nDiagram code: [use_case_diagram_example.puml](https://github.com/okunev-e/plantuml_examples/blob/main/use_case_diagram_example.puml)\n\nDiagram was created with Visual Studio Code.\n\n\u003cimg src=\"https://github.com/okunev-e/plantuml_examples/blob/main/certificate_signing_example.svg\" width=\"600\"/\u003e\n\n---\n### \u003ca name=\"system_components\"\u003eСхема компонентов системы\u003c/a\u003e\nИсходный код диаграммы: [system_components_example.puml](https://github.com/okunev-e/plantuml_examples/blob/main/system_components_example.puml)\n\nДиаграмма создана с помощью Visual Studio Code.\n\nDiagram code: [system_components_example.puml](https://github.com/okunev-e/plantuml_examples/blob/main/system_components_example.puml)\n\nDiagram was created with Visual Studio Code.\n\n\u003cimg src=\"https://github.com/okunev-e/plantuml_examples/blob/main/system_components_example.svg\" width=\"600\"/\u003e\n\n---\n### \u003ca name=\"entity_relasionship\"\u003eДиаграмма \"сущность-связь\"\u003c/a\u003e\nДиаграмма \"Сущность-связь\" (ERD, Entity Relationship Diagram) не является диаграммой UML, но её наиболее часто используют в проектировании реляционных баз данных.\n\nИсходный код диаграммы: [entity_relation_diagram_example.puml](https://github.com/okunev-e/plantuml_examples/blob/main/entity_relation_diagram_example.puml)\n\nДиаграмма создана с помощью Visual Studio Code.\n\nDiagram \"Entity-Relation\" (ERD, Entity Relationship Diagram) is not UML diagram. But it's used the most commonly in relational database desing.\n\nDiagram code: [entity_relation_diagram_example.puml](https://github.com/okunev-e/plantuml_examples/blob/main/entity_relation_diagram_example.puml)\n\nDiagram was created with Visual Studio Code.\n\n\u003cimg src=\"https://raw.githubusercontent.com/okunev-e/plantuml_examples/main/user_requests_erd_example.svg\" width=\"600\"/\u003e\n\n### \u003ca name=\"sequence_diagram\"\u003eДиаграмма последовательности\u003c/a\u003e\nДиаграмма последовательности (Sequence Diagram, SD) - самая используемая диаграмма для наглядных описания и документации процесса взаимодействия пользователей с системой и компонентов системы между собой.\n\nИсходный код диаграммы: [sequence_diagram_example.puml](https://github.com/okunev-e/plantuml_examples/blob/main/sequence_diagram_example.puml)\n\nДиаграмма создана с помощью Visual Studio Code.\n\nSequence Diagram (SD) is the most used diagram for visually describing and documenting the process of interaction between users and the system and system components with each other.\n\nDiagram code: [sequence_diagram_example.puml](https://github.com/okunev-e/plantuml_examples/blob/main/sequence_diagram_example.puml)\n\nDiagram was created with Visual Studio Code.\n\n\u003cimg src=\"https://raw.githubusercontent.com/okunev-e/plantuml_examples/main/sequence_diagram_example.svg\" width=\"600\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokunev-e%2Fplantuml_examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokunev-e%2Fplantuml_examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokunev-e%2Fplantuml_examples/lists"}