{"id":22618674,"url":"https://github.com/uhstray-io/just-dashboards","last_synced_at":"2025-03-29T01:28:00.019Z","repository":{"id":228271418,"uuid":"773544335","full_name":"uhstray-io/just-dashboards","owner":"uhstray-io","description":"Light and Easy Rust-Fullstack/WASM application to build dashboards from any data source","archived":false,"fork":false,"pushed_at":"2024-03-26T19:45:41.000Z","size":150,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T11:32:43.111Z","etag":null,"topics":["analytics","data","dioxus","rust","visualization"],"latest_commit_sha":null,"homepage":"https://www.uhstray.io","language":"Rust","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/uhstray-io.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":"2024-03-17T23:44:31.000Z","updated_at":"2024-06-29T01:37:25.000Z","dependencies_parsed_at":"2024-03-30T19:00:30.880Z","dependency_job_id":null,"html_url":"https://github.com/uhstray-io/just-dashboards","commit_stats":null,"previous_names":["uhstray-io/demo-dashboards","uhstray-io/just-dashboards"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhstray-io%2Fjust-dashboards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhstray-io%2Fjust-dashboards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhstray-io%2Fjust-dashboards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhstray-io%2Fjust-dashboards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uhstray-io","download_url":"https://codeload.github.com/uhstray-io/just-dashboards/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246124840,"owners_count":20727325,"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":["analytics","data","dioxus","rust","visualization"],"created_at":"2024-12-08T21:09:00.106Z","updated_at":"2025-03-29T01:28:00.003Z","avatar_url":"https://github.com/uhstray-io.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# demo-dashboard documentation\n\n## Design Architecture\n\n![Initial Design Draft Architecture](./design_reference.png)\n\n## Dependencies\n\nInstall the following dependencies:\n\n- [Rust](https://www.rust-lang.org/tools/install) to run the application on the server \n- Install the Dioxus tooling\n- Install the dioxus-cli\n  \nhttps://github.com/DioxusLabs/dioxus/tree/master/packages/cli\n\n```bash\ncargo install dioxus-cli@0.5.0-alpha.2\n```\n\n- Install the `wasm32-unknown-unknown` target for Rust\n\n```bash\nrustup target add wasm32-unknown-unknown\n```\n\n- Create the demo-dashboard crate\n\n*Note: you may have to search to find the directory you want to `cd` into.*\n```bash\ncargo new --bin demo-dashboard\ncd demo-dashboard\n```\n\n- Run this command to add the web renderer dependencies to the `Cargo.toml` file\n\n```bash\ncargo add dioxus@0.5.0-alpha.2 --features fullstack\n```\n\n\n\nUsing the Dioxus Config file and the Dioxus CLI you can create a `Dioxus.toml` file in the root of your project. This file will contain the configuration for the Dioxus CLI.\n\n```toml\n[application]\nname = \"project-name\"\n# Currently supported platforms: web, desktop\ndefault_platform = \"web\"\n\n[web.app]\ntitle = \"Hello\"\n\n[web.watcher]\n\n[web.resource.dev]\n```\n\n## Running the application\n\n- Run the application on the server\n\n```bash\ndx serve --platform fullstack\n```\n\n## Running the application using a Docker container\n\n- Build the Docker image\n\n```bash\ndocker build -t demo-dashboard .\n```\n\n- Run and test the Docker image\n\n```bash\ndocker run -p 8080:8080 demo-dashboard\n```\n\n- Uploading the Docker image to the Docker Hub\n\n```bash\ndocker tag uhstray/demo-dashboard:latest uhstray/demo-dashboard:latest\ndocker push uhstray/demo-dashboard:latest\n```\n\n- Pulling the Docker image from the Docker Hub\n\n```bash\ndocker pull uhstray/demo-dashboard:latest\n```\n\n## Useful Commands\n\n```bash\ndx fmt\n```\n\n\n## Reference\n\n- Example Projects : https://github.com/DioxusLabs/example-projects/tree/master\n- Rust : https://www.rust-lang.org/\n- Dioxus : https://dioxuslabs.com/\n- Dioxus CLI : https://github.com/DioxusLabs/dioxus/tree/master/packages/cli","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuhstray-io%2Fjust-dashboards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuhstray-io%2Fjust-dashboards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuhstray-io%2Fjust-dashboards/lists"}