Historical Playback, Benchmarking, InfluxDB Questions #7445
-
Hello! I am part of a software team that has been tasked with developing a visualization application for monitoring telemetry data from multiple sources. We have diligently worked through all of the excellent tutorials and resources you’ve provided to determine that we’d like to proceed forward with using OpenMCT as a real-time data visualization tool. Having said that, we find ourselves with a few questions for our use case:
Thank you so much, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi Simon, Great to hear that your team is considering using Open MCT! Please find our responses below-- I'll also tag the POCs who can best answer any follow-ups for those specific questions.
@akhenry:
@unlikelyzero: Consider the following factors:
Just as we offer a platform for building automated acceptance tests for your implementation of Open MCT (openmct-as-a-dependency), we also provide the openmct-performance repository as a universal platform for testing Open MCT performance in the context of your environment. Open MCT has been around for a long time, and when performance issues are reported, we can support the necessary changes. Often, Open MCT becomes the bearer of bad news regarding general performance issues, as it serves as the client interface. We maintain a suite of regression performance tests designed to ensure that our application's client performance does not degrade as we introduce new features. Additionally, this suite helps us detect Chrome Client performance regressions.
@unlikelyzero: Hopefully that demystifies things a bit. Please feel free to comment in this thread with any follow-up questions and we will do our best to answer them in a timely manner. Cheers! Jesse |
Beta Was this translation helpful? Give feedback.
Hi Simon,
Great to hear that your team is considering using Open MCT! Please find our responses below-- I'll also tag the POCs who can best answer any follow-ups for those specific questions.
@akhenry:
The answer to this question kind of depends on what you're using to feed the data into Open MCT. Open MCT is primarily a visualization tool, so it will display whatever data is fed into it. As long as your backend can play back historical data, Open MCT can display it. We do support a "remote clock" which can be configured…