GitHub user tenthe added a comment to the discussion: Include SparkplugB 
Adapter and DataSink

Hi @heinehenning,
thanks a lot for the detailed description.

Internally we represent the data as data streams. Each stream consists of 
properties and one of those must be a unix timestamp.
E.g.:
```json
{
  "timestamp": 1683297667,
  "Sensor1": 1,
  "Sensor2": 2.2,
  "State": true
}
```


I like the idea of providing both a SparkplugB adapter and a data sink.
The way I see it, this should not be too hard.
My suggestion for the next step would be to create an issue for this and add 
more details.
Maybe we can collect some sample events and specify the user input needed to 
configure them.

What are your thoughts on this? 
(We can also convert this discussion into an issue)


GitHub link: 
https://github.com/apache/streampipes/discussions/1531#discussioncomment-5816908

----
This is an automatically sent email for dev@streampipes.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@streampipes.apache.org

Reply via email to