Persisting user-created objects with ElasticSearch #4812
Replies: 3 comments
-
@algadoc Sorry you haven't gotten an answer yet. Did you find a solution? I'm working on a similar project. I want to integrate openMCT with elasticsearch for some basic test cases via an arduino and some sensors. Let me know if you have any insight! I'm ultra-noob level, so I'm open to any advice what so ever, as I can't argue that I understand your question all together. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @algadoc ! Please let me know if this works for your use case. As you mentioned, alternative could also be to write your own persistence store object provider. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using OpenMCT to view telemetry from a sounding rocket and was wondering how I can persist user-created views in something other than a JSON or local storage.
There is an ElasticSearch plugin to persist these objects, but I am at a loss on how to implement it. Do I need to create a new object and composition providers that use this plugin to store user-created views in the ElasticSearch server, and if so how can I access these objects through the openMCT API? And, if this is not the right way to do it, how can I go about implementing this plugin?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions