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

Store OPC-UA subscriptions in Postgres #1070

Open
manuio opened this issue Mar 11, 2020 · 1 comment
Open

Store OPC-UA subscriptions in Postgres #1070

manuio opened this issue Mar 11, 2020 · 1 comment
Assignees
Milestone

Comments

@manuio
Copy link
Contributor

manuio commented Mar 11, 2020

Currently we are using a CSV file to store subscriptions. When the service restart this file is used in order to relaunch these subscriptions but CRUD operations are not updated and this can be a source of bugs.

We must replace this file by a DB and implement all CRUD.

We could then think about a system to fetch active subscriptions and stop or start them if needed.

@manuio manuio self-assigned this Mar 11, 2020
@bbokun
Copy link

bbokun commented Mar 15, 2020

@manuio
Maybe a better solution is not to use any additional database, but to use the things themselves, as the complete information for an OPC subscription is in the metadata of the thing

@drasko drasko added this to the 0.12.0 milestone Apr 20, 2020
@drasko drasko modified the milestones: 0.12.0, 0.13.0 Nov 19, 2020
@manuio manuio modified the milestones: 0.13.0, 0.14.0 Jan 5, 2022
@drasko drasko modified the milestones: 0.14.0, 0.15.0 Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants