{"id":15759768,"url":"https://github.com/cedrickring/fog-computing","last_synced_at":"2025-07-20T14:04:55.117Z","repository":{"id":45428694,"uuid":"500978552","full_name":"cedrickring/fog-computing","owner":"cedrickring","description":"Small project for fog computing course at TU Berlin","archived":false,"fork":false,"pushed_at":"2022-07-13T19:09:08.000Z","size":9106,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T09:12:42.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/cedrickring.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}},"created_at":"2022-06-07T19:33:06.000Z","updated_at":"2022-07-13T18:46:57.000Z","dependencies_parsed_at":"2022-07-14T01:00:42.562Z","dependency_job_id":null,"html_url":"https://github.com/cedrickring/fog-computing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cedrickring/fog-computing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Ffog-computing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Ffog-computing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Ffog-computing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Ffog-computing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedrickring","download_url":"https://codeload.github.com/cedrickring/fog-computing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Ffog-computing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266135685,"owners_count":23881803,"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":[],"created_at":"2024-10-04T10:23:17.334Z","updated_at":"2025-07-20T14:04:54.919Z","avatar_url":"https://github.com/cedrickring.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fog Computing Prototyping Assignment\nThis repository contains code for the Fog Computing Prototyping Assignment from the summer semester 2022 at TU Berlin.\n\n## Contents\n1. [Demo](#demo)\n1. [Report](#report)\n1. [Structure](#structure)\n1. [Requirements](#requirements)\n1. [Install \u0026 Run](#install--run)\n1. [License](#license)\n\n## Demo\nYou can find a short demo video [here](https://tubcloud.tu-berlin.de/s/KkszRBrnz9QFTc6).\n\n## Report\nThe report can be found [here](report/report.pdf).\n\n## Structure\n- `cloud-node` - source code of the cloud node\n- `data` - the weather / trainning data\n- `deployment` - cloud provisioning code\n- `fog-node` - source code of fog node\n- `models` - pretrained prediction models\n- `report` - all report files\n- `util` - code used by both cloud and fog node\n\n## Requirements\n- Python 3.9+\n\n## Install \u0026 Run\n\nInstallation:\n```bash\ngit clone git@github.com:cedrickring/fog-computing.git\ncd fog-computing\n\n# Optional: if you want to create a venv first run:\npython3 -m venv .venv \u0026\u0026 source .venv/bin/activate\n\npip install -r requirements.txt\n```\n\nStart fog node:\n```bash\ncd fog-node\n# add parent path so util/ is accessible\nPYTHONPATH=../ python main.py \u003cnode-name\u003e [host]\n```\nif not specified, `[host]` will default to `localhost`.\n\nStart cloud node:\n```bash\ncd cloud-node\n# add parent path so util/ is accessible\nPYTHONPATH=../ python main.py\n```\n\n## License\n\nSee [LICENSE](LICENSE) for more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedrickring%2Ffog-computing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedrickring%2Ffog-computing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedrickring%2Ffog-computing/lists"}