Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Storing All MQTT publishes in a MongoDB Database

Hi All,

I need to store all published messages in a MongoDB Database. Is there any way to do this cleanly on message arrival at broker without getting into the C Code.

I got a tutorial which does it using node.js and doing a client subscribe to '#'  and storing
the messages to MongoDB on message arrival at broker.
https://blog.compose.io/building-mongodb-into-your-internet-of-things-a-tutorial/

 but I i'm not sure if it is a scalable method.

Kindly share your views.

Regards
Dishant Ghai




Back to the top