{"id":26183988,"url":"https://github.com/torchiaf/sensors","last_synced_at":"2026-04-18T20:32:43.462Z","repository":{"id":37238642,"uuid":"505453962","full_name":"torchiaf/Sensors","owner":"torchiaf","description":"Sensors handles IoT devices mounted on Raspberry Pi modules in a Kubernetes cluster.","archived":false,"fork":false,"pushed_at":"2025-02-17T23:22:51.000Z","size":406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T22:51:59.820Z","etag":null,"topics":["iot","kubernetes","rancher"],"latest_commit_sha":null,"homepage":"","language":"Go","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/torchiaf.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":"2022-06-20T13:30:48.000Z","updated_at":"2025-02-17T23:22:55.000Z","dependencies_parsed_at":"2025-01-11T12:18:17.307Z","dependency_job_id":"61258bf8-64cf-4a70-9e79-d45f5bb7c8f0","html_url":"https://github.com/torchiaf/Sensors","commit_stats":null,"previous_names":["torchiaf/sensors"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/torchiaf/Sensors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2FSensors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2FSensors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2FSensors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2FSensors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchiaf","download_url":"https://codeload.github.com/torchiaf/Sensors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2FSensors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31984133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: 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":["iot","kubernetes","rancher"],"created_at":"2025-03-11T22:52:02.920Z","updated_at":"2026-04-18T20:32:43.433Z","avatar_url":"https://github.com/torchiaf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sensors\n\n## Sensors handles IoT devices mounted on Raspberry Pi modules in a Kubernetes cluster.\n\n### Hardware\n\nTODO\n\n### Create a k3s cluster\n\nhttps://docs.k3s.io/quick-start#install-script\n\n- Create a single node cluster\n\n    ```\n    curl -sfL https://get.k3s.io | sh -\n    ```\n\n- Add Raspberry Pi agent nodes\n    \n    ```\n    curl -sfL https://get.k3s.io | K3S_URL=https://myserver:6443 K3S_TOKEN=mynodetoken sh -s - --node-name raspberrypi --node-label sensors.role=worker\n    ```\n\n### Create `sensors` namespace\n\n    kubectl create namespace sensors\n\n### Install RabbitMQ\n\n    helm install rabbitmq-operator charts/rabbitmq-operator -n sensors\n    helm install rabbitmq-cluster charts/rabbitmq-cluster --values charts/settings.yaml -n sensors\n\n- Wait for RabbitMQ operator and cluster to be ready\n\n### Install Sensors\n\n    helm install sensors charts/sensors --values charts/settings.yaml -n sensors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorchiaf%2Fsensors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorchiaf%2Fsensors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorchiaf%2Fsensors/lists"}