{"id":22376816,"url":"https://github.com/ecsx-framework/ecsx_live_dashboard","last_synced_at":"2025-12-11T23:33:05.996Z","repository":{"id":161696266,"uuid":"603260957","full_name":"ecsx-framework/ecsx_live_dashboard","owner":"ecsx-framework","description":"Adds an ECSx page to Phoenix Live Dashboard","archived":false,"fork":false,"pushed_at":"2023-07-12T19:47:31.000Z","size":320,"stargazers_count":15,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-27T01:30:56.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecsx-framework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-02-18T01:05:28.000Z","updated_at":"2025-08-28T07:09:01.000Z","dependencies_parsed_at":"2023-07-12T20:15:38.609Z","dependency_job_id":null,"html_url":"https://github.com/ecsx-framework/ecsx_live_dashboard","commit_stats":null,"previous_names":["ecsx-framework/ecsx_live_dashboard","apb9785/ecsx_live_dashboard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ecsx-framework/ecsx_live_dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecsx-framework%2Fecsx_live_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecsx-framework%2Fecsx_live_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecsx-framework%2Fecsx_live_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecsx-framework%2Fecsx_live_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecsx-framework","download_url":"https://codeload.github.com/ecsx-framework/ecsx_live_dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecsx-framework%2Fecsx_live_dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27672106,"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-12-11T02:00:11.302Z","response_time":56,"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":[],"created_at":"2024-12-04T22:11:31.317Z","updated_at":"2025-12-11T23:33:05.977Z","avatar_url":"https://github.com/ecsx-framework.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ECSx.LiveDashboard\n\n[![Hex Version](https://img.shields.io/hexpm/v/ecsx_live_dashboard.svg)](https://hex.pm/packages/ecsx_live_dashboard)\n[![License](https://img.shields.io/hexpm/l/ecsx_live_dashboard.svg)](https://github.com/APB9785/ecsx_live_dashboard/blob/master/LICENSE)\n\n![ECSx LiveDashboard](assets/images/screenshot.png)\n\nAdds an [ECSx](https://github.com/APB9785/ECSx) page to Phoenix LiveDashboard\n\n## Features\n\n* Monitor Systems load compared to your app's maximum capability at the current tick rate\n* Compare the load of each individual System to identify where optimizations would be most beneficial\n* Observe the quantity of each Component type, to ensure Components are being created and/or deleted properly\n* Inspect current Component values to check data integrity\n\n## Requirements\n\nYour ECSx application must use Phoenix and have Phoenix LiveDashboard 0.8+ installed\n\n## Installation\n\nThe package can be installed by adding `ecsx_live_dashboard` to your list of dependencies in `mix.exs`\n\n```elixir\ndef deps do\n  [\n    ...\n    {:ecsx_live_dashboard, \"~\u003e 0.1\"},\n    ...\n  ]\nend\n```\n\nThen modify the `live_dashboard` call in your `router.ex` to include ECSx LiveDashboard as an additional page:\n\n```elixir\nlive_dashboard \"/dashboard\",\n  metrics: MyAppWeb.Telemetry,\n  additional_pages: [\n    ecsx: ECSx.LiveDashboard.Page\n  ]\n```\n\n## License\n\nCopyright (C) 2023  Andrew P Berrien\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the [GNU General Public License](https://www.gnu.org/licenses/gpl.html) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecsx-framework%2Fecsx_live_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecsx-framework%2Fecsx_live_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecsx-framework%2Fecsx_live_dashboard/lists"}