{"id":20648125,"url":"https://github.com/dburriss/fucturizr","last_synced_at":"2025-07-29T22:42:18.103Z","repository":{"id":77370742,"uuid":"146582773","full_name":"dburriss/Fucturizr","owner":"dburriss","description":"A DSL for working with Structurizr","archived":false,"fork":false,"pushed_at":"2018-09-07T13:20:23.000Z","size":222,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-16T19:49:24.461Z","etag":null,"topics":["architecture-visualization","dsl","fsharp","structurizr"],"latest_commit_sha":null,"homepage":null,"language":"F#","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/dburriss.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,"zenodo":null}},"created_at":"2018-08-29T10:17:38.000Z","updated_at":"2023-06-29T21:00:26.000Z","dependencies_parsed_at":"2023-05-31T05:15:39.569Z","dependency_job_id":null,"html_url":"https://github.com/dburriss/Fucturizr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dburriss/Fucturizr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dburriss%2FFucturizr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dburriss%2FFucturizr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dburriss%2FFucturizr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dburriss%2FFucturizr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dburriss","download_url":"https://codeload.github.com/dburriss/Fucturizr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dburriss%2FFucturizr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267773388,"owners_count":24142103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["architecture-visualization","dsl","fsharp","structurizr"],"created_at":"2024-11-16T17:06:23.206Z","updated_at":"2025-07-29T22:42:18.089Z","avatar_url":"https://github.com/dburriss.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fucturizr\n\nA DSL for f#cking around with [Structurizr](https://c4model.com).\n\n[![Build status](https://ci.appveyor.com/api/projects/status/05drr0dq7omoru07?svg=true)](https://ci.appveyor.com/project/dburriss/Fucturizr)\n[![MyGet CI](https://img.shields.io/myget/dburriss-ci/vpre/Fucturizr.Core.svg)](http://myget.org/gallery/dburriss-ci)\n[![NuGet CI](https://img.shields.io/nuget/v/Fucturizr.Core.svg)](https://www.nuget.org/packages/Fucturizr.Core/)\n\n## Features\n\n- [ ] Types to describe diagrams\n- [ ] Serialize to JSON\n- [ ] Deserialize from JSON\n- [ ] High-level strongly typed DSL for defining diagrams\n- [ ] Low level data structure that interops with [Structurizr .NET](https://github.com/structurizr/dotnet)\n- [ ] Styles\n- [ ] Export to Graphviz\n- [ ] Export to Structurizr.Dgml\n- [ ] Other export formats...\n\n## Sample diagram definition\n\nBelow is the definition of a landscape diagram. See the [script file example](/examples/system-landscape.fsx) of using this to generate the Structurizr json.\n\n```fsharp\nlet contract_management_landscape_diagram =\n    system_landscape_diagram \"Contract Management\" \"A test description\" Size.A5_Landscape {\n        user (A.person \"Buyer\" \"Negotiates policies with suppliers and orders...\" (730,230))\n        system (A.system \"Acme Contract Management System\" \"Manages contracts negotiated with suppliers\" (705,830))\n        relationship \"Buyer\" \"Captures contracts\" \"Acme Contract Management System\"\n    }\n```\n\nThis results in [the following json](/examples/system-landscape.json) that can then be [used to generate](https://structurizr.com/express?src=https://raw.githubusercontent.com/dburriss/Fucturizr/master/examples/system-landscape.json) the landscape diagram.\n\n![Contract Management System Landscape Diagram](/assets/contract-management-landscape.png)\n\n## Links\n\n1. [C4 Diagrams](https://c4model.com/)\n1. [Structurizr Express](https://structurizr.com/express)\n1. [Structurizr.Dgml](https://github.com/merijndejonge/Structurizr.Dgml)\n1. [Graphviz](https://graphviz.gitlab.io/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdburriss%2Ffucturizr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdburriss%2Ffucturizr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdburriss%2Ffucturizr/lists"}