Implement a new device on the Backend

Hello,

Similarly to Implementing a device :: Open Energy Management System where you implement a new device to the edge, is it possible to do the same to backend?
I’m asking because I saw there’s only one possibility for a database to be connected to the backend (InfluxDB), while I’m trying to implement the backend and connect it to another database.

thank you,
Ghada

1 Like

Hi Ghada,

you are not connecting Devices to Backend, but the OSGi service structure is the same for Backend and Edge. There was e.g. a discussion to connect to an MSSQL database instead of InfluxDB in this thread:

Regards,
Stefan

1 Like