Hi
Any plans to support mqtt like Amazon iot core / azure iot hub?
Or any idea how to I integrate external service?
I have an bug amount of embed devices that send events thru mqtt protocol that need to be logged in appwrite db in real-time.
Maybe you could do an integration with a function
But not sure if it's possible to integrate MQTT devices directly with appwrite due to the connection protocol, but you could use some intermediate service or server to receive the MQTT data and then send it to your Appwrite instance
Recommended threads
- Sub-minute server-side execution for rea...
Hey — I'm building a real-time auction app on Appwrite Cloud and running into a timing limitation I'd please love some clarity on. My use case: when a bidding ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...