{"id":20575399,"url":"https://github.com/rensr/aim-architecturecity","last_synced_at":"2026-04-17T22:32:16.379Z","repository":{"id":51080028,"uuid":"96108569","full_name":"RensR/AIM-ArchitectureCity","owner":"RensR","description":"Architectural Intelligence Mining Framework","archived":false,"fork":false,"pushed_at":"2023-04-18T17:57:44.000Z","size":1027,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T10:55:35.686Z","etag":null,"topics":["architecture","architecture-mining","hacktoberfest","process-mining","software-analysis"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RensR.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":"2017-07-03T12:29:52.000Z","updated_at":"2023-04-04T20:16:18.000Z","dependencies_parsed_at":"2025-01-16T21:40:41.088Z","dependency_job_id":"0e999d47-7029-452f-b611-33f1d45ce94c","html_url":"https://github.com/RensR/AIM-ArchitectureCity","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/RensR/AIM-ArchitectureCity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RensR%2FAIM-ArchitectureCity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RensR%2FAIM-ArchitectureCity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RensR%2FAIM-ArchitectureCity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RensR%2FAIM-ArchitectureCity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RensR","download_url":"https://codeload.github.com/RensR/AIM-ArchitectureCity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RensR%2FAIM-ArchitectureCity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31948442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["architecture","architecture-mining","hacktoberfest","process-mining","software-analysis"],"created_at":"2024-11-16T05:39:04.920Z","updated_at":"2026-04-17T22:32:16.344Z","avatar_url":"https://github.com/RensR.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ArchitectureCity\n\nWe propose ArchitectureCity, a variation on CodeCity built on dynamic aspects of the software system. ArchitectureCity allows for a clear, high-level overview of a systems dynamic aspects e.g. call counts and application flow. It was constructed using existing software architecture reconstruction techniques as well as new clustering algorithms to aid in the visualization. ArchitectureCity does not require any source code to run, as it is supplied solely log data. This means all information is completely based on true system performance.\n\n\n### Thesis\nThis is part of the Master Thesis of Rens Rooimans. It was produces in 2017 under guidance of J.M.E.M van der Werf and J. Hage of Utrecht University.\nMinimal updates have been performed since to keep the project up-to-date.\n\n\n## AIM - Architectural Intelligence Mining Framework\nAIM can run on any operating system as the underlying .NET Core framework is platform independent. As of now it does require Visual Studio 2017 to run the source code as earlier versions do not support the .NET Core framework. \n\n### General Dependencies\n\nThe project requires Dotnet Core 2.0 to run, this can be installed from https://www.microsoft.com/net/download/windows. For a barebones version of AIM we only need to install the NPM packages, and the NuGet packages as specified in the project files. Gulp takes care of the merging and transportation of the .js and .css files to the wwwroot. \n\n\nEither Neo4j or OpenSCAD and Graphviz are needed to produce any visual output. We highly recommend installing them both to make use of the full feature suite of AIM.\n\n#### Neo4j\nNeo4j is needed for the workflow net. The system will not run the visualization without a properly configured Neo4J database\n~~~\nuri = http://localhost:7474/db/data\nlogin = neo4j\npass = memphis\n~~~\n\nWe highly recommend you change these defaults in the Neo4jContext.cs file. There is an entire wrapper included in the Neo4jContext so that more functionallity can be added with minimal effort. \n\n#### OpenSCAD\nOpenSCAD is needed for visualizing he .scad files that ArchitectureCity produces. The system will run without any trouble and create the .scad files without OpenScad installed. It will also display the contents of the .scad file on screen after each run for easy downloading.\n\n#### Graphviz \nGraphviz should be able to be called from the command line. Graphviz is needed when using the ArchitectureCity visualization as it calculates the position of the buildings and the roads. When Graphviz is nog properly installed, there will be an error message telling the user to download the correct software and add it to the path.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frensr%2Faim-architecturecity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frensr%2Faim-architecturecity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frensr%2Faim-architecturecity/lists"}