-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enable topic value telemetry and add data logging #37
base: master
Are you sure you want to change the base?
Conversation
What is the QuestDB schema you are using? I'm struggling to guess at what it is to set this up locally. |
Ah sorry about that, I'll push documentation tonight. |
Would it also be possible to separate this PR into two, one for Quest DB integration and one for updating to the newer version of openmct? If QuestDB is needed for the other features then it might not be possible, but if it's really 2 separate features, I'd love to be able to test each independently. |
I added support for disabling the DB with the |
This PR contains small changes to allow working with the latest version of openmct, and fixes the viewing of topic value telemetry. It also adds data logging with QuestDB.
Closes #13, closes #14, closes #20, closes #22, closes #31, closes #36.