Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add south service (and other) metadata to a north plugin #1420

Open
vkaramanis opened this issue Jul 11, 2024 · 2 comments
Open
Assignees

Comments

@vkaramanis
Copy link

Hi,

I am developing a north plugin in which I want to have the south service name of each reading send in the payload alongside the asset name.

Also, I need the global fledge service name and other possible metadata from south services.

I searched a lot but could not find any solution for this.

Is there currently any way of doing this, or is it a kind of enhancement?

@TheVexy
Copy link

TheVexy commented Jul 25, 2024

@vkaramanis you did not provide enough information for anyone to really help you.
Provide some data model on what you receive on south and how you want it to look when sending it north

@MarkRiddoch
Copy link
Contributor

The way Fledge works is that it pools rthe data in the storage layer from all souht services. I would recommend adding the data you need as metadata in the south service data pipeline so that you can pick up the data in the north.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants