Best practice to have persistence in OPC UA Server #788
Unanswered
francescobianca
asked this question in
Q&A
Replies: 1 comment
-
if you want to persist nodes which have been created while runtime, you need to export them to XML!? or as shelffile! opcua-asyncio/asyncua/server/server.py Line 587 in c75f45d opcua-asyncio/asyncua/server/server.py Line 595 in c75f45d opcua-asyncio/asyncua/server/server.py Line 107 in c75f45d |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have my OPCUA server where at startup I do the xml import with the semantic model and then load the various nodes via a json file. I would like to know what are the best practices to keep the semantic model updated (for example if via api I add a node I want to know how to make a persistent backup). Maybe through this library there is already something supported (I don't know a mongodb, a sql etc.)
Beta Was this translation helpful? Give feedback.
All reactions