Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SensiNact/Bridge-sensinact-storage

Description

This bridge allows sensinact to persist all the changes performed in a sensinace resource into a Sensinact Storage Service, keeping the historical evolution of the resource.

Requirements

How to use it

In order to store the infomation progress in the platform, it is necessary to indicate the storage address, a login and password for that service.

To specify those informations you have to edit the file cfgs/storage-agent.properties located in your sensinact compilation. In this file you can add the information:

# Storage Agent
broker=http://yourbrokeraddress/write/measure
login=admin
password=admin

Back to the top