{"id":20077432,"url":"https://github.com/drogue-iot/drogue-cloud","last_synced_at":"2026-03-07T05:03:51.903Z","repository":{"id":36965215,"uuid":"294083365","full_name":"drogue-iot/drogue-cloud","owner":"drogue-iot","description":"Cloud Native IoT","archived":false,"fork":false,"pushed_at":"2023-05-24T13:20:00.000Z","size":6721,"stargazers_count":118,"open_issues_count":56,"forks_count":30,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-30T17:53:29.908Z","etag":null,"topics":["cloud-events","iot","knative","kubernetes","protocol-normalization","serverless"],"latest_commit_sha":null,"homepage":"https://drogue.io","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drogue-iot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2020-09-09T10:47:21.000Z","updated_at":"2025-12-08T07:17:00.000Z","dependencies_parsed_at":"2025-05-05T22:34:13.721Z","dependency_job_id":"cf150481-a0dd-448b-a8cc-b22c17bef6dc","html_url":"https://github.com/drogue-iot/drogue-cloud","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/drogue-iot/drogue-cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogue-iot%2Fdrogue-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogue-iot%2Fdrogue-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogue-iot%2Fdrogue-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogue-iot%2Fdrogue-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drogue-iot","download_url":"https://codeload.github.com/drogue-iot/drogue-cloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogue-iot%2Fdrogue-cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cloud-events","iot","knative","kubernetes","protocol-normalization","serverless"],"created_at":"2024-11-13T15:08:13.595Z","updated_at":"2026-03-07T05:03:51.862Z","avatar_url":"https://github.com/drogue-iot.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Drogue IoT Cloud\n\n[![CI](https://github.com/drogue-iot/drogue-cloud/workflows/CI/badge.svg)](https://github.com/drogue-iot/drogue-cloud/actions?query=workflow%3A%22CI%22)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/tag/drogue-iot/drogue-cloud?sort=semver)](https://github.com/drogue-iot/drogue-cloud/releases)\n[![Matrix](https://img.shields.io/matrix/drogue-iot:matrix.org)](https://matrix.to/#/#drogue-iot:matrix.org)\n\n\u003e Cloud Native IoT.\n\nDrogue IoT Cloud is an IoT/Edge connectivity layer that allows IoT devices to communicate with a cloud platform over\nvarious protocols. It acts both as data ingestion plane, and as control plane. In short, Drogue IoT Cloud takes\ncare of the data on the cloud side.\n\n![Overview diagram](docs/modules/ROOT/images/overview.svg)\n\nIt offers:\n* IoT friendly protocol endpoints and APIs\n* Protocol normalization based on Cloud Events\n* Management of device credentials and properties\n* APIs, a CLI, and a graphical console to manage devices and data flows\n\nIt is built on top of:\n* *Kubernetes* – For running workloads\n* *Cloud Events* - For normalizing transport protocols\n* *Apache Kafka* – For persisting events\n* *Keycloak* - For single-sign-on\n\nYou can learn more about the [architecture](https://book.drogue.io/drogue-cloud/dev/architecture/index.html) in\nour [documentation](https://book.drogue.io/).\n\n## Protocol Support\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eDevice endpoints\u003c/th\u003e\u003cth\u003eIntegration APIs\u003c/th\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003e\n\n* HTTP\n  * Generic HTTP\n  * The Things Network v2/v3\n* MQTT v3.1.1/v5\n* CoAP\n\n\u003c/td\u003e\u003ctd\u003e\n\n* Kafka\n* WebSocket\n* MQTT v3.1.1/v5\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n## Getting started\n\nYou can easily play with Drogue Cloud, using our public sandbox: [https://sandbox.drogue.cloud](https://sandbox.drogue.cloud)\n\n### For users\n\nDownload a release from the [releases page](https://github.com/drogue-iot/drogue-cloud/releases), and follow our\n[quick start instructions](https://github.com/drogue-iot/drogue-cloud/blob/main/installer/README.md).\n\nOr take a look at the [deployment instructions](https://book.drogue.io/drogue-cloud/dev/deployment/), and read about\nthe deployment in more detail.\n\n### For developers\n\nIf you know what you are doing, and have a cluster running, and a clone of the repository, you can deploy the\n\"latest\" version of Drogue Cloud by executing the following command:\n\n~~~\nmake deploy CLUSTER=\u003cminikube|kind|openshift\u003e\n~~~\n\n## Useful Links\n\n* [Blog](https://blog.drogue.io/)\n* [Documentation](https://book.drogue.io/drogue-cloud/dev/index.html)\n* [Workshops](https://book.drogue.io/drogue-workshops/index.html)\n* [Public sandbox](https://sandbox.drogue.cloud)\n\n## Contributing\n\nSee the document [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Community\n\n* [Drogue IoT Matrix Chat Room](https://matrix.to/#/#drogue-iot:matrix.org)\n* We have bi-weekly calls at 9:00 AM (GMT). [Check the calendar](https://calendar.google.com/calendar/u/0/embed?src=ofuctjec399jr6kara7n0uidqg@group.calendar.google.com\u0026pli=1) to see which week we are having the next call, and feel free to join!\n* [Drogue IoT Forum](https://discourse.drogue.io/)\n* [Drogue IoT YouTube channel](https://www.youtube.com/channel/UC7GZUy2hKidvY6V_3QZfCcA)\n* [Follow us on Twitter!](https://twitter.com/DrogueIoT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrogue-iot%2Fdrogue-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrogue-iot%2Fdrogue-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrogue-iot%2Fdrogue-cloud/lists"}