{"id":24405132,"url":"https://github.com/myseq/dashboard","last_synced_at":"2026-05-20T06:32:09.244Z","repository":{"id":272737925,"uuid":"917561254","full_name":"myseq/dashboard","owner":"myseq","description":"Generic Dashboard","archived":false,"fork":false,"pushed_at":"2025-01-16T09:49:38.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T16:15:28.013Z","etag":null,"topics":["python3","streamlit","streamlit-dashboard"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myseq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-16T08:16:23.000Z","updated_at":"2025-01-16T09:57:32.000Z","dependencies_parsed_at":"2025-01-16T11:15:33.617Z","dependency_job_id":null,"html_url":"https://github.com/myseq/dashboard","commit_stats":null,"previous_names":["myseq/dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myseq","download_url":"https://codeload.github.com/myseq/dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243510126,"owners_count":20302294,"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","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":["python3","streamlit","streamlit-dashboard"],"created_at":"2025-01-20T04:19:02.409Z","updated_at":"2026-05-20T06:32:09.207Z","avatar_url":"https://github.com/myseq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baseline Compliance Dashboard\n\nThis Streamlit application presents a **Baseline Dashboard** based on compliance scan results provided in CSV format.\n\n## Features\n\n - Provides an overview of compliance data for quick analysis.\n - Displays compliance scan results in an interactive dashboard.\n - Calculate the compliance status automatic.\n - Filters results by **Operating System (OS)** and **Compliance Status**.\n - Display the details of those pass/fail controls.\n - Provide an overview compliance scan for host.\n\n## Prerequisites\n\n- Python installed on your system.\n- CSV file containing compliance scan data with the following mandatory columns:\n  - `Hostname`\n  - `OS`\n  - `Control`\n  - `Result`\n\n## Installation\n\n1. Clone the repository:\n\n```bash\n$ git clone \u003crepository_url\u003e\n$ cd \u003crepository_directory\u003e\n```\n\n2. Install required Python packages:\n\n```console\n$ python3 -m venv venv\n$ source venv/bin/activate\n(venv) $ pip3 install -r requirements.txt\n```\n\n## Usage\n\n 1. Place your compliance scan CSV file in the project directory.\n 1. Run the Streamlit app:\n\n```console\n(venv) $ streamlit run app.py\n```\n\n 1. Use the sidebar to filter data by:\n   - **Operating System** (e.g., Windows, Linux).\n   - **Compliance Status** (e.g., Compliant, Non-Compliant).\n\n 1. Select any host in the interactive DataFrame with row selection via index.\n\n## Sample CSV Format\n\nNote that the CSV file may contain more columns.\nAnd only the 4 column names are below are mantatory.\n\n```csv\nHostname,OS,Control,Result\nhost_a,win11,c1,pass\nhost_a,win11,c2,pass\nhost_a,win11,c3,pass\nhost_b,rhel9,c1,pass\nhost_b,rhel9,c2,fail\nhost_b,rhel9,c3,fail\nhost_c,ws2022,c1,pass\nhost_c,ws2022,c2,pass\n```\n\n---\n\nEnjoy using the Baseline Compliance Dashboard!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyseq%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyseq%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyseq%2Fdashboard/lists"}