Cloud Native IoT.
Drogue IoT Cloud is an IoT/Edge connectivity layer that allows IoT devices to communicate with a cloud platform over various protocols. It acts both as data ingestion plane, and as control plane. In short, Drogue IoT Cloud takes care of the data on the cloud side.
It offers:
It is built on top of:
You can learn more about the architecture in our documentation.
Device endpoints | Integration APIs |
---|---|
* HTTP * Generic HTTP * The Things Network v2/v3 * MQTT v3.1.1/v5 * CoAP | * Kafka * WebSocket * MQTT v3.1.1/v5 |
You can easily play with Drogue Cloud, using our public sandbox: https://sandbox.drogue.cloud
Download a release from the releases page, and follow our quick start instructions.
Or take a look at the deployment instructions, and read about the deployment in more detail.
If you know what you are doing, and have a cluster running, and a clone of the repository, you can deploy the "latest" version of Drogue Cloud by executing the following command:
make deploy CLUSTER=<minikube|kind|openshift>
See the document CONTRIBUTING.md.