Skip to content
Luigi Saetta edited this page Dec 23, 2018 · 4 revisions

December 2018

I have added support for local storage of incoming messages inside a MySQL DB. MySQL must be available on the Kura IoT Gateway and locally accessible. Access it through Java MySQL Connector, whose jars are bundled inside the OSGi bundle.

Message are stored inside MESSAGES table in "kura" (this is the name!) DB.

(23/12/2018): I have moved the write in DB in a separate bundle, in order to reduce the time needed to send a message to IoT. On average time gone from 40 msec to 2 msec. Huge.

Clone this wiki locally